From 6ca0e5e2916e06d981d18a641b04c43ebaa5c49d Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Mon, 26 Jun 2000 07:32:21 +0000 Subject: [PATCH] Two symbols forgotten from accconfig.h --- SRC/acconfig.h | 5 +++++ SRC/config.h.in | 12 +++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/SRC/acconfig.h b/SRC/acconfig.h index 13ee2fc..0e1b709 100644 --- a/SRC/acconfig.h +++ b/SRC/acconfig.h @@ -17,3 +17,8 @@ /* ICP support */ #undef ICP + +#undef PACKAGE +#undef VERSION + +/* $Id$ */ diff --git a/SRC/config.h.in b/SRC/config.h.in index 424dde6..3086ca5 100644 --- a/SRC/config.h.in +++ b/SRC/config.h.in @@ -33,13 +33,6 @@ /* Define if you have the header file. */ #undef HAVE_UNISTD_H -/* Name of package */ -#undef PACKAGE - -/* Version number of package */ -#undef VERSION - - /* Do we have POSIX signals? */ #undef HAVE_SIGACTION @@ -57,3 +50,8 @@ /* ICP support */ #undef ICP + +#undef PACKAGE +#undef VERSION + +/* $Id$ */