Annotation of embedtools/inc/config.h.in, revision 1.2.2.1

1.2       misho       1: /* inc/config.h.in.  Generated from configure.in by autoheader.  */
                      2: 
                      3: /* Define to 1 if you have the `alarm' function. */
                      4: #undef HAVE_ALARM
                      5: 
                      6: /* Define to 1 if you have the <arpa/inet.h> header file. */
                      7: #undef HAVE_ARPA_INET_H
                      8: 
                      9: /* Define to 1 if you have the `bzero' function. */
                     10: #undef HAVE_BZERO
                     11: 
                     12: /* Define to 1 if you have the `dup2' function. */
                     13: #undef HAVE_DUP2
                     14: 
                     15: /* Define to 1 if you have the `endpwent' function. */
                     16: #undef HAVE_ENDPWENT
                     17: 
                     18: /* Define to 1 if you have the <fcntl.h> header file. */
                     19: #undef HAVE_FCNTL_H
                     20: 
                     21: /* Define to 1 if you have the `fork' function. */
                     22: #undef HAVE_FORK
                     23: 
                     24: /* Define to 1 if you have the `getcwd' function. */
                     25: #undef HAVE_GETCWD
                     26: 
                     27: /* Define to 1 if you have the `gethostbyname' function. */
                     28: #undef HAVE_GETHOSTBYNAME
                     29: 
                     30: /* Define to 1 if you have the `gethostname' function. */
                     31: #undef HAVE_GETHOSTNAME
                     32: 
                     33: /* Define to 1 if you have the `getpagesize' function. */
                     34: #undef HAVE_GETPAGESIZE
                     35: 
                     36: /* Define to 1 if you have the `inet_ntoa' function. */
                     37: #undef HAVE_INET_NTOA
                     38: 
                     39: /* Define to 1 if you have the <inttypes.h> header file. */
                     40: #undef HAVE_INTTYPES_H
                     41: 
                     42: /* Define to 1 if you have the `isascii' function. */
                     43: #undef HAVE_ISASCII
                     44: 
                     45: /* Define to 1 if you have the `kldfirstmod' function. */
                     46: #undef HAVE_KLDFIRSTMOD
                     47: 
                     48: /* Define to 1 if you have the `kldload' function. */
                     49: #undef HAVE_KLDLOAD
                     50: 
                     51: /* Define to 1 if you have the `kldnext' function. */
                     52: #undef HAVE_KLDNEXT
                     53: 
                     54: /* Define to 1 if you have the `aitcfg' library (-laitcfg). */
                     55: #undef HAVE_LIBAITCFG
                     56: 
                     57: /* Define to 1 if you have the `aitcrc' library (-laitcrc). */
                     58: #undef HAVE_LIBAITCRC
                     59: 
                     60: /* Define to 1 if you have the `aitio' library (-laitio). */
                     61: #undef HAVE_LIBAITIO
                     62: 
                     63: /* Define to 1 if you have the `aitsync' library (-laitsync). */
                     64: #undef HAVE_LIBAITSYNC
                     65: 
                     66: /* Define to 1 if you have the `axl' library (-laxl). */
                     67: #undef HAVE_LIBAXL
                     68: 
                     69: /* Define to 1 if you have the `crypto' library (-lcrypto). */
                     70: #undef HAVE_LIBCRYPTO
                     71: 
                     72: /* Define to 1 if you have the `util' library (-lutil). */
                     73: #undef HAVE_LIBUTIL
                     74: 
                     75: /* Define to 1 if you have the <libutil.h> header file. */
                     76: #undef HAVE_LIBUTIL_H
                     77: 
                     78: /* Define to 1 if you have the <limits.h> header file. */
                     79: #undef HAVE_LIMITS_H
                     80: 
                     81: /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
                     82:    to 0 otherwise. */
                     83: #undef HAVE_MALLOC
                     84: 
                     85: /* Define to 1 if you have the `memmove' function. */
                     86: #undef HAVE_MEMMOVE
                     87: 
                     88: /* Define to 1 if you have the <memory.h> header file. */
                     89: #undef HAVE_MEMORY_H
                     90: 
                     91: /* Define to 1 if you have the `memset' function. */
                     92: #undef HAVE_MEMSET
                     93: 
                     94: /* Define to 1 if you have a working `mmap' system call. */
                     95: #undef HAVE_MMAP
                     96: 
                     97: /* Define to 1 if you have the `modfnext' function. */
                     98: #undef HAVE_MODFNEXT
                     99: 
                    100: /* Define to 1 if you have the `modstat' function. */
                    101: #undef HAVE_MODSTAT
                    102: 
                    103: /* Define to 1 if you have the `munmap' function. */
                    104: #undef HAVE_MUNMAP
                    105: 
                    106: /* Define to 1 if you have the <netdb.h> header file. */
                    107: #undef HAVE_NETDB_H
                    108: 
                    109: /* Define to 1 if you have the <netinet/in.h> header file. */
                    110: #undef HAVE_NETINET_IN_H
                    111: 
                    112: /* Define to 1 if you have the <paths.h> header file. */
                    113: #undef HAVE_PATHS_H
                    114: 
                    115: /* Define to 1 if your system has a GNU libc compatible `realloc' function,
                    116:    and to 0 otherwise. */
                    117: #undef HAVE_REALLOC
                    118: 
                    119: /* Define to 1 if you have the `select' function. */
                    120: #undef HAVE_SELECT
                    121: 
                    122: /* Define to 1 if you have the `socket' function. */
                    123: #undef HAVE_SOCKET
                    124: 
                    125: /* Define to 1 if you have the <stdint.h> header file. */
                    126: #undef HAVE_STDINT_H
                    127: 
                    128: /* Define to 1 if you have the <stdlib.h> header file. */
                    129: #undef HAVE_STDLIB_H
                    130: 
                    131: /* Define to 1 if you have the `strcasecmp' function. */
                    132: #undef HAVE_STRCASECMP
                    133: 
                    134: /* Define to 1 if you have the `strchr' function. */
                    135: #undef HAVE_STRCHR
                    136: 
                    137: /* Define to 1 if you have the `strdup' function. */
                    138: #undef HAVE_STRDUP
                    139: 
                    140: /* Define to 1 if you have the `strerror' function. */
                    141: #undef HAVE_STRERROR
                    142: 
                    143: /* Define to 1 if you have the <strings.h> header file. */
                    144: #undef HAVE_STRINGS_H
                    145: 
                    146: /* Define to 1 if you have the <string.h> header file. */
                    147: #undef HAVE_STRING_H
                    148: 
                    149: /* Define to 1 if you have the `strrchr' function. */
                    150: #undef HAVE_STRRCHR
                    151: 
                    152: /* Define to 1 if you have the `strspn' function. */
                    153: #undef HAVE_STRSPN
                    154: 
                    155: /* Define to 1 if you have the `strstr' function. */
                    156: #undef HAVE_STRSTR
                    157: 
                    158: /* Define to 1 if you have the `strtol' function. */
                    159: #undef HAVE_STRTOL
                    160: 
1.2.2.1 ! misho     161: /* Define to 1 if you have the `strtonum' function. */
        !           162: #undef HAVE_STRTONUM
        !           163: 
1.2       misho     164: /* Define to 1 if you have the `strtoul' function. */
                    165: #undef HAVE_STRTOUL
                    166: 
                    167: /* Define to 1 if you have the <syslog.h> header file. */
                    168: #undef HAVE_SYSLOG_H
                    169: 
                    170: /* Define to 1 if you have the <sys/ioctl.h> header file. */
                    171: #undef HAVE_SYS_IOCTL_H
                    172: 
                    173: /* Define to 1 if you have the <sys/mount.h> header file. */
                    174: #undef HAVE_SYS_MOUNT_H
                    175: 
                    176: /* Define to 1 if you have the <sys/param.h> header file. */
                    177: #undef HAVE_SYS_PARAM_H
                    178: 
                    179: /* Define to 1 if you have the <sys/socket.h> header file. */
                    180: #undef HAVE_SYS_SOCKET_H
                    181: 
                    182: /* Define to 1 if you have the <sys/stat.h> header file. */
                    183: #undef HAVE_SYS_STAT_H
                    184: 
                    185: /* Define to 1 if you have the <sys/time.h> header file. */
                    186: #undef HAVE_SYS_TIME_H
                    187: 
                    188: /* Define to 1 if you have the <sys/types.h> header file. */
                    189: #undef HAVE_SYS_TYPES_H
                    190: 
                    191: /* Define to 1 if you have the <unistd.h> header file. */
                    192: #undef HAVE_UNISTD_H
                    193: 
                    194: /* Define to 1 if you have the <utmpx.h> header file. */
                    195: #undef HAVE_UTMPX_H
                    196: 
                    197: /* Define to 1 if you have the <utmp.h> header file. */
                    198: #undef HAVE_UTMP_H
                    199: 
                    200: /* Define to 1 if you have the `vfork' function. */
                    201: #undef HAVE_VFORK
                    202: 
                    203: /* Define to 1 if you have the <vfork.h> header file. */
                    204: #undef HAVE_VFORK_H
                    205: 
                    206: /* Define to 1 if you have the `wait3' system call. Deprecated, you should no
                    207:    longer depend upon `wait3'. */
                    208: #undef HAVE_WAIT3
                    209: 
                    210: /* Define to 1 if `fork' works. */
                    211: #undef HAVE_WORKING_FORK
                    212: 
                    213: /* Define to 1 if `vfork' works. */
                    214: #undef HAVE_WORKING_VFORK
                    215: 
                    216: /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
                    217:    slash. */
                    218: #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
                    219: 
                    220: /* Build w/o assert() support */
                    221: #undef NDEBUG
                    222: 
                    223: /* Define to the address where bug reports for this package should be sent. */
                    224: #undef PACKAGE_BUGREPORT
                    225: 
                    226: /* Define to the full name of this package. */
                    227: #undef PACKAGE_NAME
                    228: 
                    229: /* Define to the full name and version of this package. */
                    230: #undef PACKAGE_STRING
                    231: 
                    232: /* Define to the one symbol short name of this package. */
                    233: #undef PACKAGE_TARNAME
                    234: 
                    235: /* Define to the home page for this package. */
                    236: #undef PACKAGE_URL
                    237: 
                    238: /* Define to the version of this package. */
                    239: #undef PACKAGE_VERSION
                    240: 
                    241: /* Define to 1 if you have the ANSI C header files. */
                    242: #undef STDC_HEADERS
                    243: 
                    244: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
                    245:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
                    246:    #define below would cause a syntax error. */
                    247: #undef _UINT32_T
                    248: 
                    249: /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
                    250:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
                    251:    #define below would cause a syntax error. */
                    252: #undef _UINT8_T
                    253: 
                    254: /* Build libraries with debug information and additional messages */
                    255: #undef __DEBUG
                    256: 
                    257: /* Define to `int' if <sys/types.h> doesn't define. */
                    258: #undef gid_t
                    259: 
                    260: /* Define to `__inline__' or `__inline' if that's what the C compiler
                    261:    calls it, or to nothing if 'inline' is not supported under any name.  */
                    262: #ifndef __cplusplus
                    263: #undef inline
                    264: #endif
                    265: 
                    266: /* Define to rpl_malloc if the replacement function should be used. */
                    267: #undef malloc
                    268: 
                    269: /* Define to `int' if <sys/types.h> does not define. */
                    270: #undef mode_t
                    271: 
                    272: /* Define to `long int' if <sys/types.h> does not define. */
                    273: #undef off_t
                    274: 
                    275: /* Define to `int' if <sys/types.h> does not define. */
                    276: #undef pid_t
                    277: 
                    278: /* Define to rpl_realloc if the replacement function should be used. */
                    279: #undef realloc
                    280: 
                    281: /* Define to `unsigned int' if <sys/types.h> does not define. */
                    282: #undef size_t
                    283: 
                    284: /* Define to `int' if <sys/types.h> does not define. */
                    285: #undef ssize_t
                    286: 
                    287: /* Define to `int' if <sys/types.h> doesn't define. */
                    288: #undef uid_t
                    289: 
                    290: /* Define to the type of an unsigned integer type of width exactly 32 bits if
                    291:    such a type exists and the standard includes do not define it. */
                    292: #undef uint32_t
                    293: 
                    294: /* Define to the type of an unsigned integer type of width exactly 8 bits if
                    295:    such a type exists and the standard includes do not define it. */
                    296: #undef uint8_t
                    297: 
                    298: /* Define as `fork' if `vfork' does not work. */
                    299: #undef vfork

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