From 4f3beb21195c0419a9f17cd370bc84a0ab46f8db Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 13 Sep 2006 19:17:59 +0200 Subject: Reorder defines --- inotail.c | 6 +----- 1 file changed, 1 insertion(+), 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? */ -- cgit v1.2.3-54-g00ecf