Annotation of libaitsched/inc/config.h.in, revision 1.9

1.1       misho       1: /* inc/config.h.in.  Generated from configure.in by autoheader.  */
                      2: 
1.3       misho       3: /* Build scheduler library with AIO operations */
                      4: #undef AIO_SUPPORT
                      5: 
1.8       misho       6: /* epoll support */
                      7: #undef EP_SUPPORT
                      8: 
1.9     ! misho       9: /* Define to 1 if you have the <bsd/string.h> header file. */
        !            10: #undef HAVE_BSD_STRING_H
        !            11: 
1.1       misho      12: /* Define to 1 if you have the `clock_gettime' function. */
                     13: #undef HAVE_CLOCK_GETTIME
                     14: 
                     15: /* Define to 1 if you have the <inttypes.h> header file. */
                     16: #undef HAVE_INTTYPES_H
                     17: 
1.9     ! misho      18: /* Define to 1 if you have the `bsd' library (-lbsd). */
        !            19: #undef HAVE_LIBBSD
        !            20: 
1.2       misho      21: /* Define to 1 if you have the `pthread' library (-lpthread). */
                     22: #undef HAVE_LIBPTHREAD
                     23: 
1.3       misho      24: /* Define to 1 if you have the `rt' library (-lrt). */
                     25: #undef HAVE_LIBRT
                     26: 
1.1       misho      27: /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
                     28:    to 0 otherwise. */
                     29: #undef HAVE_MALLOC
                     30: 
                     31: /* Define to 1 if you have the <memory.h> header file. */
                     32: #undef HAVE_MEMORY_H
                     33: 
                     34: /* Define to 1 if you have the `memset' function. */
                     35: #undef HAVE_MEMSET
                     36: 
                     37: /* Define to 1 if you have the <stdint.h> header file. */
                     38: #undef HAVE_STDINT_H
                     39: 
                     40: /* Define to 1 if you have the <stdlib.h> header file. */
                     41: #undef HAVE_STDLIB_H
                     42: 
                     43: /* Define to 1 if you have the `strerror' function. */
                     44: #undef HAVE_STRERROR
                     45: 
                     46: /* Define to 1 if you have the <strings.h> header file. */
                     47: #undef HAVE_STRINGS_H
                     48: 
                     49: /* Define to 1 if you have the <string.h> header file. */
                     50: #undef HAVE_STRING_H
                     51: 
1.8       misho      52: /* Define to 1 if you have the `strlcat' function. */
                     53: #undef HAVE_STRLCAT
                     54: 
                     55: /* Define to 1 if you have the `strlcpy' function. */
                     56: #undef HAVE_STRLCPY
                     57: 
1.1       misho      58: /* Define to 1 if you have the <sys/stat.h> header file. */
                     59: #undef HAVE_SYS_STAT_H
                     60: 
                     61: /* Define to 1 if you have the <sys/time.h> header file. */
                     62: #undef HAVE_SYS_TIME_H
                     63: 
                     64: /* Define to 1 if you have the <sys/types.h> header file. */
                     65: #undef HAVE_SYS_TYPES_H
                     66: 
1.5       misho      67: /* Define to 1 if you have the `timer_create' function. */
                     68: #undef HAVE_TIMER_CREATE
                     69: 
1.7       misho      70: /* Define to 1 if you have the `timer_delete' function. */
                     71: #undef HAVE_TIMER_DELETE
                     72: 
1.5       misho      73: /* Define to 1 if you have the `timer_settime' function. */
                     74: #undef HAVE_TIMER_SETTIME
                     75: 
1.1       misho      76: /* Define to 1 if you have the <unistd.h> header file. */
                     77: #undef HAVE_UNISTD_H
                     78: 
1.4       misho      79: /* How many kqueue events can scheduling at one time */
                     80: #undef KQ_EVENTS
                     81: 
1.8       misho      82: /* kqueue support */
                     83: #undef KQ_SUPPORT
                     84: 
1.1       misho      85: /* Turn off debug asserts */
                     86: #undef NDEBUG
                     87: 
1.8       misho      88: /* select support */
                     89: #undef NO_SUPPORT
                     90: 
1.1       misho      91: /* Define to the address where bug reports for this package should be sent. */
                     92: #undef PACKAGE_BUGREPORT
                     93: 
                     94: /* Define to the full name of this package. */
                     95: #undef PACKAGE_NAME
                     96: 
                     97: /* Define to the full name and version of this package. */
                     98: #undef PACKAGE_STRING
                     99: 
                    100: /* Define to the one symbol short name of this package. */
                    101: #undef PACKAGE_TARNAME
                    102: 
                    103: /* Define to the home page for this package. */
                    104: #undef PACKAGE_URL
                    105: 
                    106: /* Define to the version of this package. */
                    107: #undef PACKAGE_VERSION
                    108: 
                    109: /* Define to 1 if you have the ANSI C header files. */
                    110: #undef STDC_HEADERS
                    111: 
1.8       misho     112: /* support type */
                    113: #undef SUP_ENABLE
                    114: 
1.1       misho     115: /* Build libraries with debug information and additional messages */
                    116: #undef __DEBUG
                    117: 
                    118: /* Define to `__inline__' or `__inline' if that's what the C compiler
                    119:    calls it, or to nothing if 'inline' is not supported under any name.  */
                    120: #ifndef __cplusplus
                    121: #undef inline
                    122: #endif
                    123: 
                    124: /* Define to rpl_malloc if the replacement function should be used. */
                    125: #undef malloc
                    126: 
                    127: /* Define to `unsigned int' if <sys/types.h> does not define. */
                    128: #undef size_t

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