summaryrefslogtreecommitdiff
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
parent06a9d27b1928ff1b3229b4562e73ea3242df7c8e (diff)
drop PACKAGE/VERSION definitions which are now supplied in config.h (autoheader thingy)
-rw-r--r--cvs_connect.c2
-rw-r--r--cvs_ext.c2
-rw-r--r--cvs_files.c3
-rw-r--r--cvs_pserver.c2
-rw-r--r--cvs_tree.c2
-rw-r--r--cvsfs.c3
-rw-r--r--netfs.c4
-rw-r--r--node.c3
-rw-r--r--tcpip.c2
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.
*/
diff --git a/cvs_ext.c b/cvs_ext.c
index 220652103..268751a0f 100644
--- a/cvs_ext.c
+++ b/cvs_ext.c
@@ -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
diff --git a/cvsfs.c b/cvsfs.c
index 295ab0729..7aed19e72 100644
--- a/cvsfs.c
+++ b/cvsfs.c
@@ -15,9 +15,6 @@
# include <config.h>
#endif
-#define PACKAGE "cvsfs"
-#define VERSION "0.1"
-
#include <stdio.h>
#include <argp.h>
#include <string.h>
diff --git a/netfs.c b/netfs.c
index 1a435132e..4ae562523 100644
--- a/netfs.c
+++ b/netfs.c
@@ -15,10 +15,6 @@
# include <config.h>
#endif
-#define PACKAGE "cvsfs"
-#define VERSION "0.1"
-
-
#include <stddef.h>
#include <stdlib.h>
#include <dirent.h>
diff --git a/node.c b/node.c
index b677cbd4a..7cc3ffe49 100644
--- a/node.c
+++ b/node.c
@@ -15,9 +15,6 @@
# include <config.h>
#endif
-#define PACKAGE "cvsfs"
-#define VERSION "0.1"
-
#include "cvsfs.h"
#include "node.h"
diff --git a/tcpip.c b/tcpip.c
index e729f3aee..88a28c084 100644
--- a/tcpip.c
+++ b/tcpip.c
@@ -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*