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

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.11    ! misho      12: /* Define to 1 if you have the 'clock_gettime' function. */
1.1       misho      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.11    ! misho      18: /* Define to 1 if you have the 'bsd' library (-lbsd). */
1.9       misho      19: #undef HAVE_LIBBSD
                     20: 
1.11    ! misho      21: /* Define to 1 if you have the 'pthread' library (-lpthread). */
1.2       misho      22: #undef HAVE_LIBPTHREAD
                     23: 
1.11    ! misho      24: /* Define to 1 if you have the 'rt' library (-lrt). */
1.3       misho      25: #undef HAVE_LIBRT
                     26: 
1.11    ! misho      27: /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
1.1       misho      28:    to 0 otherwise. */
                     29: #undef HAVE_MALLOC
                     30: 
1.11    ! misho      31: /* Define to 1 if you have the 'memset' function. */
1.1       misho      32: #undef HAVE_MEMSET
                     33: 
                     34: /* Define to 1 if you have the <stdint.h> header file. */
                     35: #undef HAVE_STDINT_H
                     36: 
1.10      misho      37: /* Define to 1 if you have the <stdio.h> header file. */
                     38: #undef HAVE_STDIO_H
                     39: 
1.1       misho      40: /* Define to 1 if you have the <stdlib.h> header file. */
                     41: #undef HAVE_STDLIB_H
                     42: 
1.11    ! misho      43: /* Define to 1 if you have the 'strerror' function. */
1.1       misho      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.11    ! misho      52: /* Define to 1 if you have the 'strlcat' function. */
1.8       misho      53: #undef HAVE_STRLCAT
                     54: 
1.11    ! misho      55: /* Define to 1 if you have the 'strlcpy' function. */
1.8       misho      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.11    ! misho      67: /* Define to 1 if you have the 'timer_create' function. */
1.5       misho      68: #undef HAVE_TIMER_CREATE
                     69: 
1.11    ! misho      70: /* Define to 1 if you have the 'timer_delete' function. */
1.7       misho      71: #undef HAVE_TIMER_DELETE
                     72: 
1.11    ! misho      73: /* Define to 1 if you have the 'timer_settime' function. */
1.5       misho      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: 
1.11    ! misho     109: /* Define to 1 if all of the C89 standard headers exist (not just the ones
1.10      misho     110:    required in a freestanding environment). This macro is provided for
                    111:    backward compatibility; new code need not use it. */
1.1       misho     112: #undef STDC_HEADERS
                    113: 
1.8       misho     114: /* support type */
                    115: #undef SUP_ENABLE
                    116: 
1.1       misho     117: /* Build libraries with debug information and additional messages */
                    118: #undef __DEBUG
                    119: 
1.10      misho     120: /* Build libraries with libelwix memory managemant */
                    121: #undef __ELWIX
                    122: 
1.11    ! misho     123: /* Define to '__inline__' or '__inline' if that's what the C compiler
1.1       misho     124:    calls it, or to nothing if 'inline' is not supported under any name.  */
                    125: #ifndef __cplusplus
                    126: #undef inline
                    127: #endif
                    128: 
                    129: /* Define to rpl_malloc if the replacement function should be used. */
                    130: #undef malloc
                    131: 
1.11    ! misho     132: /* Define as 'unsigned int' if <stddef.h> doesn't define. */
1.1       misho     133: #undef size_t

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