summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-12-31 22:02:30 +0000
committerColin Watson <cjwatson@debian.org>2007-12-31 22:02:30 +0000
commitb135f8fe4e2d0887073b81e718c27706b0c37e1f (patch)
tree863b19562ba2300aaecf4876cb517ecb1b6c47f2 /include
parentd126e3ec626d94fc1376f99f407607e67d30a164 (diff)
* include/manconfig.h.in: Remove obsolete definitions of VERSION and
DATE and declaration of ver. * src/zsoelim.l: Remove obsolete definition of STATIC_VER.
Diffstat (limited to 'include')
-rw-r--r--include/manconfig.h.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/manconfig.h.in b/include/manconfig.h.in
index ea93a4f6..90439c00 100644
--- a/include/manconfig.h.in
+++ b/include/manconfig.h.in
@@ -234,9 +234,6 @@
/* know what you are doing. */
/*-----------------------------------------------------------------------*/
-#define VERSION "@VERSION@"
-#define DATE "@date@"
-
#ifdef inline
/* autoconf #defines inline to be either "__inline", "__inline__"
or "" if the compiler doesn't like inline */
@@ -344,11 +341,6 @@ extern void debug_error (const char *message, ...)
struct pipeline;
-/* ver.c */
-#ifndef STATIC_VER
-extern __inline__ void ver (void);
-#endif /* !STATIC_VER */
-
/* compression.c */
extern struct compression *comp_info (const char *filename, int want_stem);
extern struct compression *comp_file (const char *filename);