123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225 |
- #define HAVE_ALARM 1
- #define HAVE_ARPA_INET_H 1
- #define HAVE_ATEXIT 1
- #define HAVE_CLOCK_GETTIME 1
- #define HAVE_FCNTL_H 1
- #define HAVE_FLOAT_H 1
- #define HAVE_GETTIMEOFDAY 1
- #define HAVE_INET_NTOA 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_LIBBOOST_CHRONO 1
- #define HAVE_LIBBOOST_SYSTEM 1
- #define HAVE_LIBBOOST_THREAD 1
- #define HAVE_LIBEV 1
- #define HAVE_LIBMYSQLCLIENT 1
- #define HAVE_LIBRT 1
- #define HAVE_LIBZLOG 1
- #define HAVE_LIMITS_H 1
- #define HAVE_LOCALTIME_R 1
- #define HAVE_MALLOC 0
- #define HAVE_MEMMOVE 1
- #define HAVE_MEMORY_H 1
- #define HAVE_MEMSET 1
- #define HAVE_MKDIR 1
- #define HAVE_NETINET_IN_H 1
- #define HAVE_REALLOC 0
- #define HAVE_SOCKET 1
- #define HAVE_STDINT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STIME 1
- #define HAVE_STRCHR 1
- #define HAVE_STRINGS_H 1
- #define HAVE_STRING_H 1
- #define HAVE_STRSTR 1
- #define HAVE_SYS_SOCKET_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_SYS_TIME_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE__BOOL 1
- #define PACKAGE "yals"
- #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
- #define PACKAGE_NAME "yals"
- #define PACKAGE_STRING "yals 1.0"
- #define PACKAGE_TARNAME "yals"
- #define PACKAGE_URL ""
- #define PACKAGE_VERSION "1.0"
- #define TIME_WITH_SYS_TIME 1
- #define VERSION "1.0"
- #ifndef __cplusplus
- #endif
- #define malloc rpl_malloc
- #define realloc rpl_realloc
|