diff options
author | Michael Biebl <biebl@debian.org> | 2012-10-10 06:45:13 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2012-10-10 06:45:13 +0200 |
commit | 5b0595cc98c012dfa5ac0f214dbc543a11c982cb (patch) | |
tree | 21d6b1b3cbad0c7609a3d3785332a5ffd2a8dee1 /config.h.in | |
parent | e1ab13c77be9fbe3e2e5dfe3357fcd9f991b71b5 (diff) | |
download | rsyslog-5b0595cc98c012dfa5ac0f214dbc543a11c982cb.tar.gz |
Imported Upstream version 7.1.9upstream/7.1.9
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 25 |
1 files changed, 19 insertions, 6 deletions
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 <arpa/nameser.h> 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 <utmp.h> header file. */ #undef HAVE_UTMP_H +/* Define to 1 if you have the <uuid/uuid.h> 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 |