Annotation of embedaddon/libevent/config.h.in, revision 1.1.1.1

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

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