summaryrefslogtreecommitdiff
path: root/cvs_files.c
diff options
context:
space:
mode:
authorStefan Siegl <stesie@brokenpipe.de>2004-10-02 14:34:41 +0000
committerStefan Siegl <stesie@brokenpipe.de>2004-10-02 14:34:41 +0000
commita1b243daa53b70503a2d76d80abf81fded321b6d (patch)
tree056459ea5ba440c23dbcb62067574b20ebb22a85 /cvs_files.c
parent06a9d27b1928ff1b3229b4562e73ea3242df7c8e (diff)
drop PACKAGE/VERSION definitions which are now supplied in config.h (autoheader thingy)
Diffstat (limited to 'cvs_files.c')
-rw-r--r--cvs_files.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cvs_files.c b/cvs_files.c
index e812deace..fd605be6a 100644
--- a/cvs_files.c
+++ b/cvs_files.c
@@ -15,9 +15,6 @@
# include <config.h>
#endif
-#define PACKAGE "cvsfs"
-#define VERSION "0.1"
-
#include <string.h>
#include <stdlib.h>
#include <malloc.h>