Annotation of libaitio/inc/config.h.in, revision 1.14

1.1       misho       1: /* inc/config.h.in.  Generated from configure.in by autoheader.  */
                      2: 
1.3       misho       3: /* Build library with AIO operations */
                      4: #undef AIO_OPS
                      5: 
1.11      misho       6: /* Define to 1 if you have the `bzero' function. */
                      7: #undef HAVE_BZERO
                      8: 
1.14    ! misho       9: /* Define to 1 if you have the `fpurge' function. */
        !            10: #undef HAVE_FPURGE
        !            11: 
1.11      misho      12: /* Define to 1 if you have the `getpagesize' function. */
                     13: #undef HAVE_GETPAGESIZE
                     14: 
1.1       misho      15: /* Define to 1 if you have the <inttypes.h> header file. */
                     16: #undef HAVE_INTTYPES_H
                     17: 
1.12      misho      18: /* Define to 1 if you have the `aitsched' library (-laitsched). */
                     19: #undef HAVE_LIBAITSCHED
                     20: 
1.4       misho      21: /* Define to 1 if you have the `crypto' library (-lcrypto). */
                     22: #undef HAVE_LIBCRYPTO
                     23: 
1.11      misho      24: /* Define to 1 if you have the `elwix' library (-lelwix). */
                     25: #undef HAVE_LIBELWIX
                     26: 
1.9       misho      27: /* Define to 1 if you have the `pthread' library (-lpthread). */
                     28: #undef HAVE_LIBPTHREAD
                     29: 
1.7       misho      30: /* Define to 1 if you have the `rt' library (-lrt). */
                     31: #undef HAVE_LIBRT
                     32: 
1.6       misho      33: /* Define to 1 if you have the `util' library (-lutil). */
                     34: #undef HAVE_LIBUTIL
                     35: 
1.1       misho      36: /* Define to 1 if you have the <memory.h> header file. */
                     37: #undef HAVE_MEMORY_H
                     38: 
                     39: /* Define to 1 if you have the `memset' function. */
                     40: #undef HAVE_MEMSET
                     41: 
1.11      misho      42: /* Define to 1 if you have a working `mmap' system call. */
                     43: #undef HAVE_MMAP
                     44: 
                     45: /* Define to 1 if you have the `munmap' function. */
                     46: #undef HAVE_MUNMAP
                     47: 
                     48: /* Define to 1 if you have the `pthread_create' function. */
                     49: #undef HAVE_PTHREAD_CREATE
                     50: 
                     51: /* Define to 1 if you have the `pthread_exit' function. */
                     52: #undef HAVE_PTHREAD_EXIT
1.1       misho      53: 
1.11      misho      54: /* Define to 1 if you have the `shm_open' function. */
                     55: #undef HAVE_SHM_OPEN
                     56: 
                     57: /* Define to 1 if you have the `shm_unlink' function. */
                     58: #undef HAVE_SHM_UNLINK
1.1       misho      59: 
                     60: /* Define to 1 if you have the <stdint.h> header file. */
                     61: #undef HAVE_STDINT_H
                     62: 
                     63: /* Define to 1 if you have the <stdlib.h> header file. */
                     64: #undef HAVE_STDLIB_H
                     65: 
                     66: /* Define to 1 if you have the <strings.h> header file. */
                     67: #undef HAVE_STRINGS_H
                     68: 
                     69: /* Define to 1 if you have the <string.h> header file. */
                     70: #undef HAVE_STRING_H
                     71: 
                     72: /* Define to 1 if you have the <sys/ioctl.h> header file. */
                     73: #undef HAVE_SYS_IOCTL_H
                     74: 
1.11      misho      75: /* Define to 1 if you have the <sys/param.h> header file. */
                     76: #undef HAVE_SYS_PARAM_H
                     77: 
1.1       misho      78: /* Define to 1 if you have the <sys/stat.h> header file. */
                     79: #undef HAVE_SYS_STAT_H
                     80: 
                     81: /* Define to 1 if you have the <sys/types.h> header file. */
                     82: #undef HAVE_SYS_TYPES_H
                     83: 
                     84: /* Define to 1 if you have the <termios.h> header file. */
                     85: #undef HAVE_TERMIOS_H
                     86: 
1.11      misho      87: /* union semun */
                     88: #undef HAVE_UNION_SEMUN
                     89: 
1.1       misho      90: /* Define to 1 if you have the <unistd.h> header file. */
                     91: #undef HAVE_UNISTD_H
                     92: 
                     93: /* Build w/o assert() support */
                     94: #undef NDEBUG
                     95: 
                     96: /* Define to the address where bug reports for this package should be sent. */
                     97: #undef PACKAGE_BUGREPORT
                     98: 
                     99: /* Define to the full name of this package. */
                    100: #undef PACKAGE_NAME
                    101: 
                    102: /* Define to the full name and version of this package. */
                    103: #undef PACKAGE_STRING
                    104: 
                    105: /* Define to the one symbol short name of this package. */
                    106: #undef PACKAGE_TARNAME
                    107: 
1.5       misho     108: /* Define to the home page for this package. */
                    109: #undef PACKAGE_URL
                    110: 
1.1       misho     111: /* Define to the version of this package. */
                    112: #undef PACKAGE_VERSION
                    113: 
                    114: /* Define to 1 if you have the ANSI C header files. */
                    115: #undef STDC_HEADERS
                    116: 
1.13      misho     117: /* Build library with zero-copy buffer */
                    118: #undef ZCBUF_ENABLE
                    119: 
1.1       misho     120: /* Define to `__inline__' or `__inline' if that's what the C compiler
                    121:    calls it, or to nothing if 'inline' is not supported under any name.  */
                    122: #ifndef __cplusplus
                    123: #undef inline
                    124: #endif

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