diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-27 20:36:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-27 20:36:11 +0000 |
commit | 4c008a92c5d9c62ca98d26c1184c28cf68cd0727 (patch) | |
tree | 3e2126230192b48c68e9627914c9fa96df328db2 | |
parent | 16cdfd35aa4852e0cf046bc473e1eb9df35c7e95 (diff) | |
download | idutils-4c008a92c5d9c62ca98d26c1184c28cf68cd0727.tar.gz idutils-4c008a92c5d9c62ca98d26c1184c28cf68cd0727.tar.bz2 idutils-4c008a92c5d9c62ca98d26c1184c28cf68cd0727.zip |
Remove many #undefs, now that we're using autoconf-2.13's
3-arg form of the AC*DEFINE macros.
-rw-r--r-- | acconfig.h | 31 |
1 files changed, 1 insertions, 30 deletions
@@ -1,5 +1,5 @@ /* Special definitions for GNU id-utils, processed by autoheader. - Copyright (C) 1995, 96 Free Software Foundation, Inc. + Copyright (C) 1995, 96, 99 Free Software Foundation, Inc. */ #ifndef _config_h_ @@ -7,44 +7,15 @@ @TOP@ -/* Define to 1 if NLS is requested. */ -#undef ENABLE_NLS - -/* Define as 1 if you have catgets and don't want to use GNU gettext. */ -#undef HAVE_CATGETS - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -#undef HAVE_GETTEXT - -/* Define if your locale.h file contains LC_MESSAGES. */ -#undef HAVE_LC_MESSAGES - /* Define if your sys/types.h file defines the type ptrdiff_t. */ #undef HAVE_PTRDIFF_T -/* Define to 1 if you have the stpcpy function. */ -#undef HAVE_STPCPY - /* Define if you have the <sys/ioctl.h> header file. */ #undef HAVE_SYS_IOCTL_H /* Define to the name of the installed language map file. */ #undef LANGUAGE_MAP_FILE -/* Define to the name of the distribution. */ -#undef PACKAGE - -/* The concatenation of the strings PACKAGE, "-", and VERSION. */ -#undef PACKAGE_VERSION - -/* Define to 1 if ANSI function prototypes are usable. */ -#undef PROTOTYPES - -/* Define to the major.minor version # of the distribution. */ -#undef VERSION - -/* Define to 1 if GNU regex should be used instead of GNU rx. */ -#undef WITH_REGEX @BOTTOM@ |