| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554 |
- /* include/log4cplus/config.h.in. Generated from configure.ac by autoheader. */
- #ifndef LOG4CPLUS_CONFIG_H
- #define LOG4CPLUS_CONFIG_H
- /* Defined if the compiler supports C99 style variadic macros with
- __VA_ARGS__. */
- #undef HAS_C99_VARIADIC_MACROS
- /* Defined if the compiler supports GNU style variadic macros. */
- #undef HAS_GNU_VARIADIC_MACROS
- /* Defined if the compiler provides atomic_dec_uint_nv(). */
- #undef HAVE_ATOMIC_DEC_UINT_NV
- /* Defined if the compiler provides atomic_inc_uint(). */
- #undef HAVE_ATOMIC_INC_UINT
- /* Define to 1 if you have the `clock_gettime' function. */
- #undef HAVE_CLOCK_GETTIME
- /* Define to 1 if you have the `clock_nanosleep' function. */
- #undef HAVE_CLOCK_NANOSLEEP
- /* Defined if the compiler provides C++11 <atomic> header and increment,
- decrement operations. */
- #undef HAVE_CXX11_ATOMICS
- /* Define to 1 if you have the <dlfcn.h> header file. */
- #undef HAVE_DLFCN_H
- /* Define to 1 if you have the `fcntl' function. */
- #undef HAVE_FCNTL
- /* Define to 1 if you have the `flock' function. */
- #undef HAVE_FLOCK
- /* Define to 1 if you have the `ftime' function. */
- #undef HAVE_FTIME
- /* Define to 1 if the system has the `constructor' function attribute */
- #undef HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR
- /* Define to 1 if the system has the `constructor_priority' function attribute
- */
- #undef HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY
- /* */
- #undef HAVE_GETADDRINFO
- /* */
- #undef HAVE_GETHOSTBYNAME_R
- /* Define to 1 if you have the `getpid' function. */
- #undef HAVE_GETPID
- /* Define to 1 if you have the `gettimeofday' function. */
- #undef HAVE_GETTIMEOFDAY
- /* Define to 1 if you have the `gmtime_r' function. */
- #undef HAVE_GMTIME_R
- /* Define to 1 if you have the `htonl' function. */
- #undef HAVE_HTONL
- /* Define to 1 if you have the `htons' function. */
- #undef HAVE_HTONS
- /* Define to 1 if you have the `iconv' function. */
- #undef HAVE_ICONV
- /* Define to 1 if you have the `iconv_close' function. */
- #undef HAVE_ICONV_CLOSE
- /* Define to 1 if you have the `iconv_open' function. */
- #undef HAVE_ICONV_OPEN
- /* Define to 1 if you have the <inttypes.h> header file. */
- #undef HAVE_INTTYPES_H
- /* Define to 1 if you have the `advapi32' library (-ladvapi32). */
- #undef HAVE_LIBADVAPI32
- /* Define to 1 if you have the `libiconv' function. */
- #undef HAVE_LIBICONV
- /* Define to 1 if you have the `libiconv_close' function. */
- #undef HAVE_LIBICONV_CLOSE
- /* Define to 1 if you have the `libiconv_open' function. */
- #undef HAVE_LIBICONV_OPEN
- /* Define to 1 if you have the `kernel32' library (-lkernel32). */
- #undef HAVE_LIBKERNEL32
- /* Define to 1 if you have the `oleaut32' library (-loleaut32). */
- #undef HAVE_LIBOLEAUT32
- /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
- #undef HAVE_LIBWS2_32
- /* Define to 1 if you have the `localtime_r' function. */
- #undef HAVE_LOCALTIME_R
- /* Define to 1 if you have the `lockf' function. */
- #undef HAVE_LOCKF
- /* Define to 1 if you have the `lstat' function. */
- #undef HAVE_LSTAT
- /* Define to 1 if you have the `mbstowcs' function. */
- #undef HAVE_MBSTOWCS
- /* Define to 1 if you have the <memory.h> header file. */
- #undef HAVE_MEMORY_H
- /* Define to 1 if you have the `nanosleep' function. */
- #undef HAVE_NANOSLEEP
- /* Define to 1 if you have the `ntohl' function. */
- #undef HAVE_NTOHL
- /* Define to 1 if you have the `ntohs' function. */
- #undef HAVE_NTOHS
- /* Define to 1 if you have the `OutputDebugStringW' function. */
- #undef HAVE_OUTPUTDEBUGSTRINGW
- /* Define to 1 if you have the `pipe' function. */
- #undef HAVE_PIPE
- /* Define to 1 if you have the `pipe2' function. */
- #undef HAVE_PIPE2
- /* Define to 1 if you have the `poll' function. */
- #undef HAVE_POLL
- /* Define if you have POSIX threads libraries and header files. */
- #undef HAVE_PTHREAD
- /* Have PTHREAD_PRIO_INHERIT. */
- #undef HAVE_PTHREAD_PRIO_INHERIT
- /* If available, contains the Python version number currently in use. */
- #undef HAVE_PYTHON
- /* Define to 1 if you have the `shutdown' function. */
- #undef HAVE_SHUTDOWN
- /* Define to 1 if you have the `stat' function. */
- #undef HAVE_STAT
- /* Define to 1 if you have the <stdint.h> header file. */
- #undef HAVE_STDINT_H
- /* Define to 1 if you have the <stdlib.h> header file. */
- #undef HAVE_STDLIB_H
- /* Define to 1 if you have the <strings.h> header file. */
- #undef HAVE_STRINGS_H
- /* Define to 1 if you have the <string.h> header file. */
- #undef HAVE_STRING_H
- /* Define to 1 if you have the <sys/stat.h> header file. */
- #undef HAVE_SYS_STAT_H
- /* Define to 1 if you have the <sys/types.h> header file. */
- #undef HAVE_SYS_TYPES_H
- /* Defined if the compiler understands __thread or __declspec(thread)
- construct. */
- #undef HAVE_TLS_SUPPORT
- /* Define to 1 if you have the <unistd.h> header file. */
- #undef HAVE_UNISTD_H
- /* Define to 1 if the system has the `init_priority' variable attribute */
- #undef HAVE_VAR_ATTRIBUTE_INIT_PRIORITY
- /* Define to 1 if you have the `vfprintf_s' function. */
- #undef HAVE_VFPRINTF_S
- /* Define to 1 if you have the `vfwprintf_s' function. */
- #undef HAVE_VFWPRINTF_S
- /* Define to 1 if you have the `vsnprintf' function. */
- #undef HAVE_VSNPRINTF
- /* Define to 1 if you have the `vsnwprintf' function. */
- #undef HAVE_VSNWPRINTF
- /* Define to 1 if you have the `vsprintf_s' function. */
- #undef HAVE_VSPRINTF_S
- /* Define to 1 if you have the `vswprintf_s' function. */
- #undef HAVE_VSWPRINTF_S
- /* Define to 1 if you have the `wcstombs' function. */
- #undef HAVE_WCSTOMBS
- /* Define to 1 if you have the `_vsnprintf' function. */
- #undef HAVE__VSNPRINTF
- /* Define to 1 if you have the `_vsnprintf_s' function. */
- #undef HAVE__VSNPRINTF_S
- /* Define to 1 if you have the `_vsnwprintf' function. */
- #undef HAVE__VSNWPRINTF
- /* Define to 1 if you have the `_vsnwprintf_s' function. */
- #undef HAVE__VSNWPRINTF_S
- /* Defined if the compiler provides __atomic_add_fetch(). */
- #undef HAVE___ATOMIC_ADD_FETCH
- /* Defined if the compiler provides __atomic_sub_fetch(). */
- #undef HAVE___ATOMIC_SUB_FETCH
- /* Defined if the compiler supports __FUNCTION__ macro. */
- #undef HAVE___FUNCTION___MACRO
- /* Defined if the compiler supports __func__ symbol. */
- #undef HAVE___FUNC___SYMBOL
- /* Defined if the compiler supports __PRETTY_FUNCTION__ macro. */
- #undef HAVE___PRETTY_FUNCTION___MACRO
- /* Defined if the compiler provides __sync_add_and_fetch(). */
- #undef HAVE___SYNC_ADD_AND_FETCH
- /* Defined if the compiler provides __sync_sub_and_fetch(). */
- #undef HAVE___SYNC_SUB_AND_FETCH
- /* Defined for --enable-debugging builds. */
- #undef LOG4CPLUS_DEBUGGING
- /* Defined if the compiler understands __declspec(dllimport) or
- __attribute__((visibility("default"))) or __global construct. */
- #undef LOG4CPLUS_DECLSPEC_EXPORT
- /* Defined if the compiler understands __declspec(dllimport) or
- __attribute__((visibility("default"))) or __global construct. */
- #undef LOG4CPLUS_DECLSPEC_IMPORT
- /* Defined if the compiler understands __attribute__((visibility("hidden")))
- or __hidden construct. */
- #undef LOG4CPLUS_DECLSPEC_PRIVATE
- /* */
- #undef LOG4CPLUS_HAVE_ARPA_INET_H
- /* */
- #undef LOG4CPLUS_HAVE_ATOMIC_DEC_UINT_NV
- /* */
- #undef LOG4CPLUS_HAVE_ATOMIC_H
- /* */
- #undef LOG4CPLUS_HAVE_ATOMIC_INC_UINT
- /* */
- #undef LOG4CPLUS_HAVE_C99_VARIADIC_MACROS
- /* */
- #undef LOG4CPLUS_HAVE_CLOCK_GETTIME
- /* */
- #undef LOG4CPLUS_HAVE_CLOCK_NANOSLEEP
- /* */
- #undef LOG4CPLUS_HAVE_CXX11_ATOMICS
- /* */
- #undef LOG4CPLUS_HAVE_ENAMETOOLONG
- /* */
- #undef LOG4CPLUS_HAVE_ERRNO_H
- /* */
- #undef LOG4CPLUS_HAVE_FCNTL
- /* */
- #undef LOG4CPLUS_HAVE_FCNTL_H
- /* */
- #undef LOG4CPLUS_HAVE_FLOCK
- /* */
- #undef LOG4CPLUS_HAVE_FTIME
- /* */
- #undef LOG4CPLUS_HAVE_FUNCTION_MACRO
- /* */
- #undef LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR
- /* */
- #undef LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY
- /* */
- #undef LOG4CPLUS_HAVE_FUNC_SYMBOL
- /* */
- #undef LOG4CPLUS_HAVE_GETADDRINFO
- /* */
- #undef LOG4CPLUS_HAVE_GETHOSTBYNAME_R
- /* */
- #undef LOG4CPLUS_HAVE_GETPID
- /* */
- #undef LOG4CPLUS_HAVE_GETTID
- /* */
- #undef LOG4CPLUS_HAVE_GETTIMEOFDAY
- /* */
- #undef LOG4CPLUS_HAVE_GMTIME_R
- /* */
- #undef LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS
- /* */
- #undef LOG4CPLUS_HAVE_HTONL
- /* */
- #undef LOG4CPLUS_HAVE_HTONS
- /* */
- #undef LOG4CPLUS_HAVE_ICONV
- /* */
- #undef LOG4CPLUS_HAVE_ICONV_CLOSE
- /* */
- #undef LOG4CPLUS_HAVE_ICONV_H
- /* */
- #undef LOG4CPLUS_HAVE_ICONV_OPEN
- /* */
- #undef LOG4CPLUS_HAVE_LIMITS_H
- /* */
- #undef LOG4CPLUS_HAVE_LOCALTIME_R
- /* */
- #undef LOG4CPLUS_HAVE_LOCKF
- /* */
- #undef LOG4CPLUS_HAVE_LSTAT
- /* */
- #undef LOG4CPLUS_HAVE_MBSTOWCS
- /* */
- #undef LOG4CPLUS_HAVE_NANOSLEEP
- /* */
- #undef LOG4CPLUS_HAVE_NETDB_H
- /* */
- #undef LOG4CPLUS_HAVE_NETINET_IN_H
- /* */
- #undef LOG4CPLUS_HAVE_NETINET_TCP_H
- /* */
- #undef LOG4CPLUS_HAVE_NTOHL
- /* */
- #undef LOG4CPLUS_HAVE_NTOHS
- /* */
- #undef LOG4CPLUS_HAVE_OUTPUTDEBUGSTRING
- /* */
- #undef LOG4CPLUS_HAVE_PIPE
- /* */
- #undef LOG4CPLUS_HAVE_PIPE2
- /* */
- #undef LOG4CPLUS_HAVE_POLL
- /* */
- #undef LOG4CPLUS_HAVE_POLL_H
- /* */
- #undef LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO
- /* */
- #undef LOG4CPLUS_HAVE_SHUTDOWN
- /* */
- #undef LOG4CPLUS_HAVE_STAT
- /* */
- #undef LOG4CPLUS_HAVE_STDARG_H
- /* */
- #undef LOG4CPLUS_HAVE_STDIO_H
- /* */
- #undef LOG4CPLUS_HAVE_STDLIB_H
- /* */
- #undef LOG4CPLUS_HAVE_SYSLOG_H
- /* */
- #undef LOG4CPLUS_HAVE_SYS_FILE_H
- /* */
- #undef LOG4CPLUS_HAVE_SYS_SOCKET_H
- /* */
- #undef LOG4CPLUS_HAVE_SYS_STAT_H
- /* */
- #undef LOG4CPLUS_HAVE_SYS_SYSCALL_H
- /* */
- #undef LOG4CPLUS_HAVE_SYS_TIMEB_H
- /* */
- #undef LOG4CPLUS_HAVE_SYS_TIME_H
- /* */
- #undef LOG4CPLUS_HAVE_SYS_TYPES_H
- /* */
- #undef LOG4CPLUS_HAVE_TIME_H
- /* */
- #undef LOG4CPLUS_HAVE_TLS_SUPPORT
- /* */
- #undef LOG4CPLUS_HAVE_UNISTD_H
- /* */
- #undef LOG4CPLUS_HAVE_VAR_ATTRIBUTE_INIT_PRIORITY
- /* */
- #undef LOG4CPLUS_HAVE_VFPRINTF_S
- /* */
- #undef LOG4CPLUS_HAVE_VFWPRINTF_S
- /* */
- #undef LOG4CPLUS_HAVE_VSNPRINTF
- /* */
- #undef LOG4CPLUS_HAVE_VSNWPRINTF
- /* */
- #undef LOG4CPLUS_HAVE_VSPRINTF_S
- /* */
- #undef LOG4CPLUS_HAVE_VSWPRINTF_S
- /* */
- #undef LOG4CPLUS_HAVE_WCHAR_H
- /* */
- #undef LOG4CPLUS_HAVE_WCSTOMBS
- /* */
- #undef LOG4CPLUS_HAVE__VSNPRINTF
- /* */
- #undef LOG4CPLUS_HAVE__VSNPRINTF_S
- /* */
- #undef LOG4CPLUS_HAVE__VSNWPRINTF
- /* */
- #undef LOG4CPLUS_HAVE__VSNWPRINTF_S
- /* */
- #undef LOG4CPLUS_HAVE___ATOMIC_ADD_FETCH
- /* */
- #undef LOG4CPLUS_HAVE___ATOMIC_SUB_FETCH
- /* */
- #undef LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH
- /* */
- #undef LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH
- /* Define if this is a single-threaded library. */
- #undef LOG4CPLUS_SINGLE_THREADED
- /* */
- #undef LOG4CPLUS_THREAD_LOCAL_VAR
- /* */
- #undef LOG4CPLUS_USE_PTHREADS
- /* Define so that log4cplus will use C++11 threads and synchronization
- primitives. */
- #undef LOG4CPLUS_WITH_CXX11_THREADS
- /* Define when iconv() is available. */
- #undef LOG4CPLUS_WITH_ICONV
- /* Define for C99 compilers/standard libraries that support more than just the
- "C" locale. */
- #undef LOG4CPLUS_WORKING_C_LOCALE
- /* Define for compilers/standard libraries that support more than just the "C"
- locale. */
- #undef LOG4CPLUS_WORKING_LOCALE
- /* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
- #undef LT_OBJDIR
- /* Define to the address where bug reports for this package should be sent. */
- #undef PACKAGE_BUGREPORT
- /* Define to the full name of this package. */
- #undef PACKAGE_NAME
- /* Define to the full name and version of this package. */
- #undef PACKAGE_STRING
- /* 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
- /* Define to necessary symbol if this constant uses a non-standard name on
- your system. */
- #undef PTHREAD_CREATE_JOINABLE
- /* Define to 1 if you have the ANSI C header files. */
- #undef STDC_HEADERS
- /* Defined to the actual TLS support construct. */
- #undef TLS_SUPPORT_CONSTRUCT
- /* Substitute for socklen_t */
- #undef socklen_t
- #endif // LOG4CPLUS_CONFIG_H
|