From 8cec5cf35f17568009c70d37bb8b2a1f360d3422 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 11 Oct 2001 08:40:42 +0000 Subject: first step in converting the head branch to use lang_tdb.c instead of gettext for internationalisation support. There is more to do (This used to be commit ab7f67677a1ade4669e5c2750d0a38422ea616a9) --- source3/include/config.h.in | 64 --------------------------------------------- 1 file changed, 64 deletions(-) (limited to 'source3/include') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index fe8fb7f6f3..401ba5bef9 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -7,9 +7,6 @@ #undef _ALL_SOURCE #endif -/* Define if using alloca.c. */ -#undef C_ALLOCA - /* Define if type char is unsigned and you are not using gcc. */ #ifndef __CHAR_UNSIGNED__ #undef __CHAR_UNSIGNED__ @@ -18,19 +15,9 @@ /* Define to empty if the keyword does not work. */ #undef const -/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. - This function is required for alloca.c support on those systems. */ -#undef CRAY_STACKSEG_END - /* Define to `int' if doesn't define. */ #undef gid_t -/* Define if you have alloca, as a function or macro. */ -#undef HAVE_ALLOCA - -/* Define if you have and it should be used (not on Ultrix). */ -#undef HAVE_ALLOCA_H - /* Define if you have a working `mmap' system call. */ #undef HAVE_MMAP @@ -64,15 +51,6 @@ /* Define to `unsigned' if doesn't define. */ #undef size_t -/* If using the C implementation of alloca, define if you know the - direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown - */ -#undef STACK_DIRECTION - /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -282,15 +260,6 @@ /* Define if you have the __acl function. */ #undef HAVE___ACL -/* Define if you have the __argz_count function. */ -#undef HAVE___ARGZ_COUNT - -/* Define if you have the __argz_next function. */ -#undef HAVE___ARGZ_NEXT - -/* Define if you have the __argz_stringify function. */ -#undef HAVE___ARGZ_STRINGIFY - /* Define if you have the __chdir function. */ #undef HAVE___CHDIR @@ -531,9 +500,6 @@ /* Define if you have the crypt16 function. */ #undef HAVE_CRYPT16 -/* Define if you have the dcgettext function. */ -#undef HAVE_DCGETTEXT - /* Define if you have the dup2 function. */ #undef HAVE_DUP2 @@ -603,9 +569,6 @@ /* Define if you have the getnetgrent function. */ #undef HAVE_GETNETGRENT -/* Define if you have the getpagesize function. */ -#undef HAVE_GETPAGESIZE - /* Define if you have the getprpwnam function. */ #undef HAVE_GETPRPWNAM @@ -651,9 +614,6 @@ /* Define if you have the mktime function. */ #undef HAVE_MKTIME -/* Define if you have the munmap function. */ -#undef HAVE_MUNMAP - /* Define if you have the open64 function. */ #undef HAVE_OPEN64 @@ -672,9 +632,6 @@ /* Define if you have the pread64 function. */ #undef HAVE_PREAD64 -/* Define if you have the putenv function. */ -#undef HAVE_PUTENV - /* Define if you have the putprpwnam function. */ #undef HAVE_PUTPRPWNAM @@ -729,9 +686,6 @@ /* Define if you have the setlinebuf function. */ #undef HAVE_SETLINEBUF -/* Define if you have the setlocale function. */ -#undef HAVE_SETLOCALE - /* Define if you have the setluid function. */ #undef HAVE_SETLUID @@ -771,9 +725,6 @@ /* Define if you have the stat64 function. */ #undef HAVE_STAT64 -/* Define if you have the stpcpy function. */ -#undef HAVE_STPCPY - /* Define if you have the strcasecmp function. */ #undef HAVE_STRCASECMP @@ -831,9 +782,6 @@ /* Define if you have the yp_get_default_domain function. */ #undef HAVE_YP_GET_DEFAULT_DOMAIN -/* Define if you have the header file. */ -#undef HAVE_ARGZ_H - /* Define if you have the header file. */ #undef HAVE_ARPA_INET_H @@ -870,12 +818,6 @@ /* Define if you have the header file. */ #undef HAVE_LIMITS_H -/* Define if you have the header file. */ -#undef HAVE_LOCALE_H - -/* Define if you have the header file. */ -#undef HAVE_MALLOC_H - /* Define if you have the header file. */ #undef HAVE_MEMORY_H @@ -897,9 +839,6 @@ /* Define if you have the header file. */ #undef HAVE_NETINET_TCP_H -/* Define if you have the header file. */ -#undef HAVE_NL_TYPES_H - /* Define if you have the header file. */ #undef HAVE_NSS_H @@ -1086,9 +1025,6 @@ /* Define if you have the gen library (-lgen). */ #undef HAVE_LIBGEN -/* Define if you have the i library (-li). */ -#undef HAVE_LIBI - /* Define if you have the iconv library (-liconv). */ #undef HAVE_LIBICONV -- cgit