File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libevent / WIN32-Code / config.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:02:54 2012 UTC (12 years, 8 months ago) by misho
Branches: libevent, MAIN
CVS tags: v1_4_14bp0, v1_4_14b, HEAD
libevent

    1: /* config.h.  Generated by configure.  */
    2: /* config.h.in.  Generated from configure.in by autoheader.  */
    3: 
    4: /* Define if clock_gettime is available in libc */
    5: /* #undef DNS_USE_CPU_CLOCK_FOR_ID */
    6: 
    7: /* Define if no secure id variant is available */
    8: #define DNS_USE_FTIME_FOR_ID 1
    9: 
   10: /* Define if no secure id variant is available */
   11: /* #define DNS_USE_GETTIMEOFDAY_FOR_ID 1 */
   12: 
   13: /* Define to 1 if you have the `clock_gettime' function. */
   14: /* #undef HAVE_CLOCK_GETTIME */
   15: 
   16: /* Define if /dev/poll is available */
   17: /* #undef HAVE_DEVPOLL */
   18: 
   19: /* Define to 1 if you have the <dlfcn.h> header file. */
   20: /* #undef HAVE_DLFCN_H */
   21: 
   22: /* Define if your system supports the epoll system calls */
   23: /* #undef HAVE_EPOLL */
   24: 
   25: /* Define to 1 if you have the `epoll_ctl' function. */
   26: /* #undef HAVE_EPOLL_CTL */
   27: 
   28: /* Define if your system supports event ports */
   29: /* #undef HAVE_EVENT_PORTS */
   30: 
   31: /* Define to 1 if you have the `fcntl' function. */
   32: /* #undef HAVE_FCNTL */
   33: 
   34: /* Define to 1 if you have the <fcntl.h> header file. */
   35: #define HAVE_FCNTL_H 1
   36: 
   37: /* Define to 1 if you have the `getaddrinfo' function. */
   38: /* #undef HAVE_GETADDRINFO */
   39: 
   40: /* Define to 1 if you have the `getnameinfo' function. */
   41: /* #undef HAVE_GETNAMEINFO */
   42: 
   43: /* Define to 1 if you have the `gettimeofday' function. */
   44: /* #define HAVE_GETTIMEOFDAY 1 */
   45: 
   46: /* Define to 1 if you have the `inet_ntop' function. */
   47: /* #undef HAVE_INET_NTOP */
   48: 
   49: /* Define to 1 if you have the <inttypes.h> header file. */
   50: /* #undef HAVE_INTTYPES_H 1 */
   51: 
   52: /* Define to 1 if you have the `kqueue' function. */
   53: /* #undef HAVE_KQUEUE */
   54: 
   55: /* Define to 1 if you have the `nsl' library (-lnsl). */
   56: /* #undef HAVE_LIBNSL */
   57: 
   58: /* Define to 1 if you have the `resolv' library (-lresolv). */
   59: /* #undef HAVE_LIBRESOLV */
   60: 
   61: /* Define to 1 if you have the `rt' library (-lrt). */
   62: /* #undef HAVE_LIBRT */
   63: 
   64: /* Define to 1 if you have the `socket' library (-lsocket). */
   65: /* #undef HAVE_LIBSOCKET */
   66: 
   67: /* Define to 1 if you have the <memory.h> header file. */
   68: #define HAVE_MEMORY_H 1
   69: 
   70: /* Define to 1 if you have the <netinet/in6.h> header file. */
   71: /* #undef HAVE_NETINET_IN6_H */
   72: 
   73: /* Define to 1 if you have the `poll' function. */
   74: /* #undef HAVE_POLL */
   75: 
   76: /* Define to 1 if you have the <poll.h> header file. */
   77: /* #undef HAVE_POLL_H */
   78: 
   79: /* Define to 1 if you have the `port_create' function. */
   80: /* #undef HAVE_PORT_CREATE */
   81: 
   82: /* Define to 1 if you have the <port.h> header file. */
   83: /* #undef HAVE_PORT_H */
   84: 
   85: /* Define to 1 if you have the `select' function. */
   86: /* #undef HAVE_SELECT */
   87: 
   88: /* Define if F_SETFD is defined in <fcntl.h> */
   89: /* #undef HAVE_SETFD */
   90: 
   91: /* Define to 1 if you have the `sigaction' function. */
   92: /* #undef HAVE_SIGACTION */
   93: 
   94: /* Define to 1 if you have the `signal' function. */
   95: #define HAVE_SIGNAL 1
   96: 
   97: /* Define to 1 if you have the <signal.h> header file. */
   98: #define HAVE_SIGNAL_H 1
   99: 
  100: /* Define to 1 if you have the <stdarg.h> header file. */
  101: #define HAVE_STDARG_H 1
  102: 
  103: /* Define to 1 if you have the <stdint.h> header file. */
  104: /* #define HAVE_STDINT_H 1 */
  105: 
  106: /* Define to 1 if you have the <stdlib.h> header file. */
  107: #define HAVE_STDLIB_H 1
  108: 
  109: /* Define to 1 if you have the <strings.h> header file. */
  110: #define HAVE_STRINGS_H 1
  111: 
  112: /* Define to 1 if you have the <string.h> header file. */
  113: #define HAVE_STRING_H 1
  114: 
  115: /* Define to 1 if you have the `strlcpy' function. */
  116: /* #undef HAVE_STRLCPY */
  117: 
  118: /* Define to 1 if you have the `strsep' function. */
  119: /* #undef HAVE_STRSEP */
  120: 
  121: /* Define to 1 if you have the `strtok_r' function. */
  122: /* #undef HAVE_STRTOK_R */
  123: 
  124: /* Define to 1 if the system has the type `struct in6_addr'. */
  125: #define HAVE_STRUCT_IN6_ADDR 1
  126: 
  127: /* Define to 1 if you have the <sys/devpoll.h> header file. */
  128: /* #undef HAVE_SYS_DEVPOLL_H */
  129: 
  130: /* Define to 1 if you have the <sys/epoll.h> header file. */
  131: /* #undef HAVE_SYS_EPOLL_H */
  132: 
  133: /* Define to 1 if you have the <sys/event.h> header file. */
  134: /* #undef HAVE_SYS_EVENT_H */
  135: 
  136: /* Define to 1 if you have the <sys/ioctl.h> header file. */
  137: /* #undef HAVE_SYS_IOCTL_H */
  138: 
  139: /* Define to 1 if you have the <sys/queue.h> header file. */
  140: /* #undef HAVE_SYS_QUEUE_H */
  141: 
  142: /* Define to 1 if you have the <sys/select.h> header file. */
  143: /* #undef HAVE_SYS_SELECT_H */
  144: 
  145: /* Define to 1 if you have the <sys/socket.h> header file. */
  146: /* #undef HAVE_SYS_SOCKET_H */
  147: 
  148: /* Define to 1 if you have the <sys/stat.h> header file. */
  149: /* #define HAVE_SYS_STAT_H 1 */
  150: 
  151: /* Define to 1 if you have the <sys/time.h> header file. */
  152: /* #define HAVE_SYS_TIME_H 1 */
  153: 
  154: /* Define to 1 if you have the <sys/types.h> header file. */
  155: /* #define HAVE_SYS_TYPES_H 1 */
  156: 
  157: /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
  158: /* #undef HAVE_TAILQFOREACH */
  159: 
  160: /* Define if timeradd is defined in <sys/time.h> */
  161: /* #undef HAVE_TIMERADD */
  162: 
  163: /* Define if timerclear is defined in <sys/time.h> */
  164: /* #define HAVE_TIMERCLEAR 1 */
  165: 
  166: /* Define if timercmp is defined in <sys/time.h> */
  167: #define HAVE_TIMERCMP 1
  168: 
  169: /* Define if timerisset is defined in <sys/time.h> */
  170: #define HAVE_TIMERISSET 1
  171: 
  172: /* Define to 1 if you have the <unistd.h> header file. */
  173: /* #define HAVE_UNISTD_H 1 */
  174: 
  175: /* Define to 1 if you have the `vasprintf' function. */
  176: /* #undef HAVE_VASPRINTF */
  177: 
  178: /* Define if kqueue works correctly with pipes */
  179: /* #undef HAVE_WORKING_KQUEUE */
  180: 
  181: /* Name of package */
  182: #define PACKAGE "libevent"
  183: 
  184: /* Define to the address where bug reports for this package should be sent. */
  185: #define PACKAGE_BUGREPORT ""
  186: 
  187: /* Define to the full name of this package. */
  188: #define PACKAGE_NAME ""
  189: 
  190: /* Define to the full name and version of this package. */
  191: #define PACKAGE_STRING ""
  192: 
  193: /* Define to the one symbol short name of this package. */
  194: #define PACKAGE_TARNAME ""
  195: 
  196: /* Define to the version of this package. */
  197: #define PACKAGE_VERSION ""
  198: 
  199: /* Define to 1 if you have the ANSI C header files. */
  200: #define STDC_HEADERS 1
  201: 
  202: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  203: #define TIME_WITH_SYS_TIME 1
  204: 
  205: /* Version number of package */
  206: #define VERSION "1.3.99-trunk"
  207: 
  208: /* Define to appropriate substitue if compiler doesnt have __func__ */
  209: #if defined(_MSC_VER) && _MSC_VER < 1300
  210: #define __func__ "??"
  211: #else
  212: #define __func__ __FUNCTION__
  213: #endif
  214: 
  215: /* Define to empty if `const' does not conform to ANSI C. */
  216: /* #undef const */
  217: 
  218: /* Define to `__inline__' or `__inline' if that's what the C compiler
  219:    calls it, or to nothing if 'inline' is not supported under any name.  */
  220: #ifndef __cplusplus
  221: #define inline __inline
  222: #endif
  223: 
  224: /* Define to `int' if <sys/types.h> does not define. */
  225: /* #undef pid_t */
  226: 
  227: /* Define to `unsigned' if <sys/types.h> does not define. */
  228: /* #undef size_t */
  229: 
  230: /* Define to unsigned int if you dont have it */
  231: #define socklen_t unsigned int
  232: 
  233: /* Define to `unsigned short' if <sys/types.h> does not define. */
  234: #define uint16_t unsigned short
  235: 
  236: /* Define to `unsigned int' if <sys/types.h> does not define. */
  237: #define uint32_t unsigned int
  238: 
  239: /* Define to `unsigned long long' if <sys/types.h> does not define. */
  240: #define uint64_t __uint64_t
  241: 
  242: /* Define to `unsigned char' if <sys/types.h> does not define. */
  243: #define uint8_t unsigned char

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>