summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2006-09-13 19:17:59 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-09-13 19:17:59 +0200
commit4f3beb21195c0419a9f17cd370bc84a0ab46f8db (patch)
tree5e1c14c935cc0bc3b07e6d354d46b057a3db6d64
parentf43feddebbcfe819879786328e1768793c6842b7 (diff)
Reorder defines
-rw-r--r--inotail.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/inotail.c b/inotail.c
index fc9fb7e..1603dd3 100644
--- a/inotail.c
+++ b/inotail.c
@@ -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? */