| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- #ifndef LOG4CPLUS_CONFIG_DEFINES_HXX
- #define LOG4CPLUS_CONFIG_DEFINES_HXX
- /* */
- #undef LOG4CPLUS_HAVE_SYSLOG_H
- /* */
- #undef LOG4CPLUS_HAVE_ARPA_INET_H
- /* */
- #undef LOG4CPLUS_HAVE_ATOMIC_H
- /* */
- #undef LOG4CPLUS_HAVE_NETINET_IN_H
- /* */
- #undef LOG4CPLUS_HAVE_NETINET_TCP_H
- /* */
- #undef LOG4CPLUS_HAVE_SYS_TIMEB_H
- /* */
- #undef LOG4CPLUS_HAVE_SYS_TIME_H
- /* */
- #undef LOG4CPLUS_HAVE_SYS_TYPES_H
- /* */
- #undef LOG4CPLUS_HAVE_SYS_STAT_H
- /* */
- #undef LOG4CPLUS_HAVE_SYS_SYSCALL_H
- /* */
- #undef LOG4CPLUS_HAVE_SYS_FILE_H
- /* */
- #undef LOG4CPLUS_HAVE_TIME_H
- /* */
- #undef LOG4CPLUS_HAVE_SYS_SOCKET_H
- /* */
- #undef LOG4CPLUS_HAVE_NETDB_H
- /* */
- #undef LOG4CPLUS_HAVE_UNISTD_H
- /* */
- #undef LOG4CPLUS_HAVE_FCNTL_H
- /* */
- #undef LOG4CPLUS_HAVE_STDARG_H
- /* */
- #undef LOG4CPLUS_HAVE_STDIO_H
- /* */
- #undef LOG4CPLUS_HAVE_STDLIB_H
- /* */
- #undef LOG4CPLUS_HAVE_ERRNO_H
- /* */
- #undef LOG4CPLUS_HAVE_WCHAR_H
- /* */
- #undef LOG4CPLUS_HAVE_ICONV_H
- /* */
- #undef LOG4CPLUS_HAVE_LIMITS_H
- /* */
- #undef LOG4CPLUS_HAVE_FTIME
- /* */
- #undef LOG4CPLUS_HAVE_GETADDRINFO
- /* */
- #undef LOG4CPLUS_HAVE_GETHOSTBYNAME_R
- /* */
- #undef LOG4CPLUS_HAVE_GETPID
- /* */
- #undef LOG4CPLUS_HAVE_GETTIMEOFDAY
- /* Define to 1 if you have the `clock_gettime' function. */
- #undef LOG4CPLUS_HAVE_CLOCK_GETTIME
- /* Define to 1 if you have the `nanosleep' function. */
- #undef LOG4CPLUS_HAVE_NANOSLEEP
- /* Define to 1 if you have the `clock_nanosleep' function. */
- #undef LOG4CPLUS_HAVE_CLOCK_NANOSLEEP
- /* */
- #undef LOG4CPLUS_HAVE_GMTIME_R
- /* */
- #undef LOG4CPLUS_HAVE_HTONL
- /* */
- #undef LOG4CPLUS_HAVE_HTONS
- /* */
- #undef LOG4CPLUS_HAVE_LOCALTIME_R
- /* */
- #undef LOG4CPLUS_HAVE_LSTAT
- /* */
- #undef LOG4CPLUS_HAVE_FCNTL
- /* */
- #undef LOG4CPLUS_HAVE_LOCKF
- /* */
- #undef LOG4CPLUS_HAVE_FLOCK
- /* */
- #undef LOG4CPLUS_HAVE_NTOHL
- /* */
- #undef LOG4CPLUS_HAVE_NTOHS
- /* Define to 1 if you have the `shutdown' function. */
- #undef LOG4CPLUS_HAVE_SHUTDOWN
- /* */
- #undef LOG4CPLUS_HAVE_PIPE
- /* */
- #undef LOG4CPLUS_HAVE_PIPE2
- /* */
- #undef LOG4CPLUS_HAVE_POLL
- /* */
- #undef LOG4CPLUS_HAVE_POLL_H
- /* */
- #undef LOG4CPLUS_HAVE_STAT
- /* Define if this is a single-threaded library. */
- #undef LOG4CPLUS_SINGLE_THREADED
- /* */
- #undef LOG4CPLUS_USE_PTHREADS
- /* Define for compilers/standard libraries that support more than just the "C"
- locale. */
- #undef LOG4CPLUS_WORKING_LOCALE
- /* Define for C99 compilers/standard libraries that support more than just the
- "C" locale. */
- #undef LOG4CPLUS_WORKING_C_LOCALE
- /* Define so that log4cplus will use C++11 threads and synchronization
- primitives. */
- #undef LOG4CPLUS_WITH_CXX11_THREADS
- /* Define to int if undefined. */
- #undef socklen_t
- /* Defined for --enable-debugging builds. */
- #undef LOG4CPLUS_DEBUGGING
- /* Defined if the compiler understands __declspec(dllexport) or
- __attribute__((visibility("default"))) construct. */
- #undef LOG4CPLUS_DECLSPEC_EXPORT
- /* Defined if the compiler understands __declspec(dllimport) or
- __attribute__((visibility("default"))) construct. */
- #undef LOG4CPLUS_DECLSPEC_IMPORT
- /* Defined if the compiler understands
- __attribute__((visibility("hidden"))) construct. */
- #undef LOG4CPLUS_DECLSPEC_PRIVATE
- /* */
- #undef LOG4CPLUS_HAVE_TLS_SUPPORT
- /* */
- #undef LOG4CPLUS_THREAD_LOCAL_VAR
- /* Defined if the host OS provides ENAMETOOLONG errno value. */
- #undef LOG4CPLUS_HAVE_ENAMETOOLONG
- /* Defined if the compiler provides __sync_add_and_fetch(). */
- #undef LOG4CPLUS_HAVE___SYNC_ADD_AND_FETCH
- /* Defined if the compiler provides __sync_sub_and_fetch(). */
- #undef LOG4CPLUS_HAVE___SYNC_SUB_AND_FETCH
- /* Defined if the compiler provides __atomic_add_fetch(). */
- #undef LOG4CPLUS_HAVE___ATOMIC_ADD_FETCH
- /* Defined if the compiler provides __atomic_sub_fetch(). */
- #undef LOG4CPLUS_HAVE___ATOMIC_SUB_FETCH
- /* Defined if atomic_inc_uint() is available. */
- #undef LOG4CPLUS_HAVE_ATOMIC_INC_UINT
- /* Defined if atomic_dec_uint_nv() is available. */
- #undef LOG4CPLUS_HAVE_ATOMIC_DEC_UINT_NV
- /* Defined if the compiler provides C++11 <atomic> header and increment,
- decrement operations. */
- #undef LOG4CPLUS_HAVE_CXX11_ATOMICS
- /* */
- #undef LOG4CPLUS_HAVE_C99_VARIADIC_MACROS
- /* */
- #undef LOG4CPLUS_HAVE_GNU_VARIADIC_MACROS
- /* */
- #undef LOG4CPLUS_HAVE_VSNPRINTF
- /* Define to 1 if you have the `vsnwprintf' function. */
- #undef LOG4CPLUS_HAVE_VSNWPRINTF
- /* Define to 1 if you have the `_vsnwprintf' function. */
- #undef LOG4CPLUS_HAVE__VSNWPRINTF
- /* */
- #undef LOG4CPLUS_HAVE__VSNPRINTF
- /* Define to 1 if you have the `vfprintf_s' function. */
- #undef LOG4CPLUS_HAVE_VFPRINTF_S
- /* Define to 1 if you have the `vfwprintf_s' function. */
- #undef LOG4CPLUS_HAVE_VFWPRINTF_S
- /* Define to 1 if you have the `vsprintf_s' function. */
- #undef LOG4CPLUS_HAVE_VSPRINTF_S
- /* Define to 1 if you have the `vswprintf_s' function. */
- #undef LOG4CPLUS_HAVE_VSWPRINTF_S
- /* Define to 1 if you have the `_vsnprintf_s' function. */
- #undef LOG4CPLUS_HAVE__VSNPRINTF_S
- /* Define to 1 if you have the `_vsnwprintf_s' function. */
- #undef LOG4CPLUS_HAVE__VSNWPRINTF_S
- /* Defined if the compiler supports __FUNCTION__ macro. */
- #undef LOG4CPLUS_HAVE_FUNCTION_MACRO
- /* Defined if the compiler supports __PRETTY_FUNCTION__ macro. */
- #undef LOG4CPLUS_HAVE_PRETTY_FUNCTION_MACRO
- /* Defined if the compiler supports __func__ symbol. */
- #undef LOG4CPLUS_HAVE_FUNC_SYMBOL
- /* Define to 1 if you have the `mbstowcs' function. */
- #undef LOG4CPLUS_HAVE_MBSTOWCS
- /* Define to 1 if you have the `wcstombs' function. */
- #undef LOG4CPLUS_HAVE_WCSTOMBS
- /* Define to 1 if you have Linux style syscall(SYS_gettid). */
- #undef LOG4CPLUS_HAVE_GETTID
- /* Define when iconv() is available. */
- #undef LOG4CPLUS_WITH_ICONV
- /* Define to 1 if you have the `iconv' function. */
- #undef LOG4CPLUS_HAVE_ICONV
- /* Define to 1 if you have the `iconv_close' function. */
- #undef LOG4CPLUS_HAVE_ICONV_CLOSE
- /* Define to 1 if you have the `iconv_open' function. */
- #undef LOG4CPLUS_HAVE_ICONV_OPEN
- /* Define to 1 if you have the `OutputDebugString' function. */
- #undef LOG4CPLUS_HAVE_OUTPUTDEBUGSTRING
- /* Define to 1 if the system has the `constructor' function attribute
- with priority */
- #undef LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR_PRIORITY
- /* Define to 1 if the system has the `constructor' function attribute */
- #undef LOG4CPLUS_HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR
- /* Define to 1 if the system has the `init_priority' variable attribute */
- #undef LOG4CPLUS_HAVE_VAR_ATTRIBUTE_INIT_PRIORITY
- #endif // LOG4CPLUS_CONFIG_DEFINES_HXX
|