From c99906eed446e9c7bd2c122d435b8988b22f0ed4 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Tue, 22 Mar 2011 00:02:00 +1100 Subject: [PATCH] update for autoheader --- lib/libedit/config.h.in | 44 +++++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/lib/libedit/config.h.in b/lib/libedit/config.h.in index df59ac317..39f803eb6 100644 --- a/lib/libedit/config.h.in +++ b/lib/libedit/config.h.in @@ -200,9 +200,6 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME -/* Define to the home page for this package. */ -#undef PACKAGE_URL - /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -220,33 +217,23 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Enable extensions on AIX 3, Interix. */ +/* Version number of package */ +#undef VERSION + +/* Define to 1 if you want wide-character code */ +#undef WIDECHAR + +/* Define to 1 if on AIX 3. + System headers sometimes define this. + We just want to avoid a redefinition error message. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE #endif + /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif -/* Enable threading extensions on Solaris. */ -#ifndef _POSIX_PTHREAD_SEMANTICS -# undef _POSIX_PTHREAD_SEMANTICS -#endif -/* Enable extensions on HP NonStop. */ -#ifndef _TANDEM_SOURCE -# undef _TANDEM_SOURCE -#endif -/* Enable general extensions on Solaris. */ -#ifndef __EXTENSIONS__ -# undef __EXTENSIONS__ -#endif - - -/* Version number of package */ -#undef VERSION - -/* Define to 1 if you want wide-character code */ -#undef WIDECHAR /* Define to 1 if on MINIX. */ #undef _MINIX @@ -258,6 +245,17 @@ /* Define to 1 if you need to in order for `stat' and other things to work. */ #undef _POSIX_SOURCE +/* Enable extensions on Solaris. */ +#ifndef __EXTENSIONS__ +# undef __EXTENSIONS__ +#endif +#ifndef _POSIX_PTHREAD_SEMANTICS +# undef _POSIX_PTHREAD_SEMANTICS +#endif +#ifndef _TANDEM_SOURCE +# undef _TANDEM_SOURCE +#endif + /* Define to empty if `const' does not conform to ANSI C. */ #undef const -- 2.11.4.GIT