From 5b0595cc98c012dfa5ac0f214dbc543a11c982cb Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 10 Oct 2012 06:45:13 +0200 Subject: Imported Upstream version 7.1.9 --- config.h.in | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index c0ae0f7..47e69e7 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,12 @@ /* Defined if debug mode is enabled (its easier to check). */ #undef DEBUG +/* Defined if debugless mode is enabled. */ +#undef DEBUGLESS + +/* Indicator that GnuTLS is present */ +#undef ENABLE_GNUTLS + /* Regular expressions support enabled. */ #undef FEATURE_REGEXP @@ -18,12 +24,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_NAMESER_H -/* Define if compiler provides atomic builtins */ -#undef HAVE_ATOMIC_BUILTINS - -/* Define if compiler provides 64 bit atomic builtins */ -#undef HAVE_ATOMIC_BUILTINS_64BIT - /* Define to 1 if you have the `basename' function. */ #undef HAVE_BASENAME @@ -171,6 +171,9 @@ /* Define to 1 if you have the `socket' function. */ #undef HAVE_SOCKET +/* set define */ +#undef HAVE_SO_TIMESTAMP + /* Define to 1 if `stat' has the bug that it succeeds when given the zero-length file name argument. */ #undef HAVE_STAT_EMPTY_STRING_BUG @@ -280,6 +283,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UTMP_H +/* Define to 1 if you have the header file. */ +#undef HAVE_UUID_UUID_H + /* Define to 1 if you have the `vfork' function. */ #undef HAVE_VFORK @@ -322,6 +328,9 @@ /* Indicator for a BSD OS */ #undef OS_BSD +/* Indicator for a Linux OS */ +#undef OS_LINUX + /* Indicator for a Solaris OS */ #undef OS_SOLARIS @@ -421,6 +430,10 @@ /* Version number of package */ #undef VERSION +/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a + `char[]'. */ +#undef YYTEXT_POINTER + /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS -- cgit v1.2.3