diff options
author | Stefan Siegl <stesie@brokenpipe.de> | 2004-10-02 14:34:41 +0000 |
---|---|---|
committer | Stefan Siegl <stesie@brokenpipe.de> | 2004-10-02 14:34:41 +0000 |
commit | a1b243daa53b70503a2d76d80abf81fded321b6d (patch) | |
tree | 056459ea5ba440c23dbcb62067574b20ebb22a85 | |
parent | 06a9d27b1928ff1b3229b4562e73ea3242df7c8e (diff) |
drop PACKAGE/VERSION definitions which are now supplied in config.h (autoheader thingy)
-rw-r--r-- | cvs_connect.c | 2 | ||||
-rw-r--r-- | cvs_ext.c | 2 | ||||
-rw-r--r-- | cvs_files.c | 3 | ||||
-rw-r--r-- | cvs_pserver.c | 2 | ||||
-rw-r--r-- | cvs_tree.c | 2 | ||||
-rw-r--r-- | cvsfs.c | 3 | ||||
-rw-r--r-- | netfs.c | 4 | ||||
-rw-r--r-- | node.c | 3 | ||||
-rw-r--r-- | tcpip.c | 2 |
9 files changed, 0 insertions, 23 deletions
diff --git a/cvs_connect.c b/cvs_connect.c index ac7c04352..87f5e8334 100644 --- a/cvs_connect.c +++ b/cvs_connect.c @@ -27,8 +27,6 @@ #include "cvs_ext.h" #include "cvs_tree.h" -#define PACKAGE "cvsfs" - /* do cvs handshake, aka tell about valid responses and check whether all * necessary requests are supported. */ @@ -15,8 +15,6 @@ # include <config.h> #endif -#define PACKAGE "cvsfs" - #include <string.h> #include <unistd.h> #include <stdlib.h> 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> diff --git a/cvs_pserver.c b/cvs_pserver.c index fc3b46416..59c449cf1 100644 --- a/cvs_pserver.c +++ b/cvs_pserver.c @@ -15,8 +15,6 @@ # include <config.h> #endif -#define PACKAGE "cvsfs" - #include <string.h> #include <malloc.h> #include <unistd.h> diff --git a/cvs_tree.c b/cvs_tree.c index cecabde9e..1361de552 100644 --- a/cvs_tree.c +++ b/cvs_tree.c @@ -22,8 +22,6 @@ #include "cvs_connect.h" #include "cvs_tree.h" -#define PACKAGE "cvsfs" - static struct netnode *cvs_tree_enqueue(struct netnode *, const char *); /* check whether there already is a netnode for the file with the provided @@ -15,9 +15,6 @@ # include <config.h> #endif -#define PACKAGE "cvsfs" -#define VERSION "0.1" - #include <stdio.h> #include <argp.h> #include <string.h> @@ -15,10 +15,6 @@ # include <config.h> #endif -#define PACKAGE "cvsfs" -#define VERSION "0.1" - - #include <stddef.h> #include <stdlib.h> #include <dirent.h> @@ -15,9 +15,6 @@ # include <config.h> #endif -#define PACKAGE "cvsfs" -#define VERSION "0.1" - #include "cvsfs.h" #include "node.h" @@ -28,8 +28,6 @@ #include "tcpip.h" -#define PACKAGE "cvsfs" - /* tcpip_connect * * try to connect to the specified tcp/ip socket, wrap to stdio.h's FILE* |