diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2006-09-13 19:17:59 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2006-09-13 19:17:59 +0200 |
commit | 4f3beb21195c0419a9f17cd370bc84a0ab46f8db (patch) | |
tree | 5e1c14c935cc0bc3b07e6d354d46b057a3db6d64 | |
parent | f43feddebbcfe819879786328e1768793c6842b7 (diff) |
Reorder defines
-rw-r--r-- | inotail.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -37,11 +37,7 @@ #include "inotail.h" -#define PROGRAM_NAME "inotail" -#ifndef VERSION -# define VERSION "undef" -#endif - +#define PROGRAM_NAME "inotail" #define BUFFER_SIZE 4096 /* Print header with filename before tailing the file? */ |