summaryrefslogtreecommitdiff
path: root/source3/include/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r--source3/include/config.h.in81
1 files changed, 70 insertions, 11 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index 53bd6794b3..29dfcc14ab 100644
--- a/source3/include/config.h.in
+++ b/source3/include/config.h.in
@@ -1,4 +1,4 @@
-/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */
+/* include/config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if on AIX 3.
System headers sometimes define this.
@@ -7,6 +7,9 @@
#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__
@@ -15,9 +18,19 @@
/* 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 <sys/types.h> doesn't define. */
#undef gid_t
+/* Define if you have alloca, as a function or macro. */
+#undef HAVE_ALLOCA
+
+/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
+#undef HAVE_ALLOCA_H
+
/* Define if you have a working `mmap' system call. */
#undef HAVE_MMAP
@@ -42,12 +55,24 @@
/* Define to `int' if <sys/types.h> doesn't define. */
#undef pid_t
+/* Define if you need to in order for stat and other things to work. */
+#undef _POSIX_SOURCE
+
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
/* Define to `unsigned' if <sys/types.h> 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
@@ -228,25 +253,20 @@
#undef MMAP_BLACKLIST
#undef HAVE_IMMEDIATE_STRUCTURES
#undef HAVE_CUPS
-#undef WITH_TDBSAM
+#undef WITH_LDAP_SAM
+#undef WITH_NISPLUS_SAM
+#undef WITH_SMBPASSWD_SAM
+#undef WITH_TDB_SAM
#undef LINUX_QUOTAS_1
#undef LINUX_QUOTAS_2
-
-/* Define to the name of the distribution. */
#undef PACKAGE
-/* Define to the version of the distribution. */
#undef VERSION
-/* Define if your locale.h file contains LC_MESSAGES. */
#undef HAVE_LC_MESSAGES
-/* Define to 1 if NLS is requested. */
#undef ENABLE_NLS
-/* Define as 1 if you have gettext and don't want to use GNU gettext. */
+#undef HAVE_CATGETS
#undef HAVE_GETTEXT
-/* Define as 1 if you have the stpcpy function. */
#undef HAVE_STPCPY
-/* ???? (rkawa) */
#undef I18N_SWAT
-/* Define to the default SWAT language for old browsers. */
#undef I18N_DEFAULT_PREF_LANG
/* The number of bytes in a int. */
@@ -261,6 +281,15 @@
/* 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
@@ -501,6 +530,9 @@
/* 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
@@ -570,6 +602,9 @@
/* 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
@@ -615,6 +650,9 @@
/* 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
@@ -633,6 +671,9 @@
/* 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
@@ -687,6 +728,9 @@
/* 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
@@ -723,6 +767,9 @@
/* 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
@@ -780,6 +827,9 @@
/* Define if you have the yp_get_default_domain function. */
#undef HAVE_YP_GET_DEFAULT_DOMAIN
+/* Define if you have the <argz.h> header file. */
+#undef HAVE_ARGZ_H
+
/* Define if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
@@ -819,6 +869,9 @@
/* Define if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
+/* Define if you have the <malloc.h> header file. */
+#undef HAVE_MALLOC_H
+
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -840,6 +893,9 @@
/* Define if you have the <netinet/tcp.h> header file. */
#undef HAVE_NETINET_TCP_H
+/* Define if you have the <nl_types.h> header file. */
+#undef HAVE_NL_TYPES_H
+
/* Define if you have the <nss.h> header file. */
#undef HAVE_NSS_H
@@ -1026,6 +1082,9 @@
/* 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