mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
81 lines
2.3 KiB
C
81 lines
2.3 KiB
C
/* event-config.h
|
|
*
|
|
* This file was generated by autoconf when libevent was built, and post-
|
|
* processed by Libevent so that its macros would have a uniform prefix.
|
|
*
|
|
/* Name of package */
|
|
#define _EVENT_PACKAGE "libevent"
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#define _EVENT_PACKAGE_BUGREPORT ""
|
|
|
|
/* Define to the full name of this package. */
|
|
#define _EVENT_PACKAGE_NAME ""
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#define _EVENT_PACKAGE_STRING ""
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#define _EVENT_PACKAGE_TARNAME ""
|
|
|
|
/* Define to the version of this package. */
|
|
#define _EVENT_PACKAGE_VERSION ""
|
|
|
|
/* Define to necessary symbol if this constant uses a non-standard name on
|
|
your system. */
|
|
/* #undef _EVENT_PTHREAD_CREATE_JOINABLE */
|
|
|
|
/* The size of a `int', as computed by sizeof. */
|
|
#define _EVENT_SIZEOF_INT 4
|
|
|
|
/* The size of a `long', as computed by sizeof. */
|
|
#define _EVENT_SIZEOF_LONG 4
|
|
|
|
/* The size of a `long long', as computed by sizeof. */
|
|
#define _EVENT_SIZEOF_LONG_LONG 8
|
|
|
|
/* The size of a `short', as computed by sizeof. */
|
|
#define _EVENT_SIZEOF_SHORT 2
|
|
|
|
/* The size of `size_t', as computed by sizeof. */
|
|
#ifdef _WIN64
|
|
#define _EVENT_SIZEOF_SIZE_T 8
|
|
#else
|
|
#define _EVENT_SIZEOF_SIZE_T 4
|
|
#endif
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#define _EVENT_STDC_HEADERS 1
|
|
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
#define _EVENT_TIME_WITH_SYS_TIME 1
|
|
|
|
/* Version number of package */
|
|
#define _EVENT_VERSION "2.0.4-alpha-dev"
|
|
|
|
/* Define to appropriate substitue if compiler doesnt have __func__ */
|
|
#define _EVENT___func__ __FUNCTION__
|
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
/* #undef _EVENT_const */
|
|
|
|
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
|
calls it, or to nothing if 'inline' is not supported under any name. */
|
|
#ifndef _EVENT___cplusplus
|
|
#define _EVENT_inline __inline
|
|
#endif
|
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
|
/* #undef _EVENT_pid_t */
|
|
|
|
/* Define to `unsigned' if <sys/types.h> does not define. */
|
|
/* #undef _EVENT_size_t */
|
|
|
|
/* Define to unsigned int if you dont have it */
|
|
#define _EVENT_socklen_t unsigned int
|
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
|
#define _EVENT_ssize_t SSIZE_T
|
|
|
|
#endif
|