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

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: 
        !           161: /* Define to 1 if you have the `strtoul' function. */
        !           162: #undef HAVE_STRTOUL
        !           163: 
        !           164: /* Define to 1 if you have the <syslog.h> header file. */
        !           165: #undef HAVE_SYSLOG_H
        !           166: 
        !           167: /* Define to 1 if you have the <sys/ioctl.h> header file. */
        !           168: #undef HAVE_SYS_IOCTL_H
        !           169: 
        !           170: /* Define to 1 if you have the <sys/mount.h> header file. */
        !           171: #undef HAVE_SYS_MOUNT_H
        !           172: 
        !           173: /* Define to 1 if you have the <sys/param.h> header file. */
        !           174: #undef HAVE_SYS_PARAM_H
        !           175: 
        !           176: /* Define to 1 if you have the <sys/socket.h> header file. */
        !           177: #undef HAVE_SYS_SOCKET_H
        !           178: 
        !           179: /* Define to 1 if you have the <sys/stat.h> header file. */
        !           180: #undef HAVE_SYS_STAT_H
        !           181: 
        !           182: /* Define to 1 if you have the <sys/time.h> header file. */
        !           183: #undef HAVE_SYS_TIME_H
        !           184: 
        !           185: /* Define to 1 if you have the <sys/types.h> header file. */
        !           186: #undef HAVE_SYS_TYPES_H
        !           187: 
        !           188: /* Define to 1 if you have the <unistd.h> header file. */
        !           189: #undef HAVE_UNISTD_H
        !           190: 
        !           191: /* Define to 1 if you have the <utmpx.h> header file. */
        !           192: #undef HAVE_UTMPX_H
        !           193: 
        !           194: /* Define to 1 if you have the <utmp.h> header file. */
        !           195: #undef HAVE_UTMP_H
        !           196: 
        !           197: /* Define to 1 if you have the `vfork' function. */
        !           198: #undef HAVE_VFORK
        !           199: 
        !           200: /* Define to 1 if you have the <vfork.h> header file. */
        !           201: #undef HAVE_VFORK_H
        !           202: 
        !           203: /* Define to 1 if you have the `wait3' system call. Deprecated, you should no
        !           204:    longer depend upon `wait3'. */
        !           205: #undef HAVE_WAIT3
        !           206: 
        !           207: /* Define to 1 if `fork' works. */
        !           208: #undef HAVE_WORKING_FORK
        !           209: 
        !           210: /* Define to 1 if `vfork' works. */
        !           211: #undef HAVE_WORKING_VFORK
        !           212: 
        !           213: /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
        !           214:    slash. */
        !           215: #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
        !           216: 
        !           217: /* Build w/o assert() support */
        !           218: #undef NDEBUG
        !           219: 
        !           220: /* Define to the address where bug reports for this package should be sent. */
        !           221: #undef PACKAGE_BUGREPORT
        !           222: 
        !           223: /* Define to the full name of this package. */
        !           224: #undef PACKAGE_NAME
        !           225: 
        !           226: /* Define to the full name and version of this package. */
        !           227: #undef PACKAGE_STRING
        !           228: 
        !           229: /* Define to the one symbol short name of this package. */
        !           230: #undef PACKAGE_TARNAME
        !           231: 
        !           232: /* Define to the home page for this package. */
        !           233: #undef PACKAGE_URL
        !           234: 
        !           235: /* Define to the version of this package. */
        !           236: #undef PACKAGE_VERSION
        !           237: 
        !           238: /* Define to 1 if you have the ANSI C header files. */
        !           239: #undef STDC_HEADERS
        !           240: 
        !           241: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
        !           242:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
        !           243:    #define below would cause a syntax error. */
        !           244: #undef _UINT32_T
        !           245: 
        !           246: /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
        !           247:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
        !           248:    #define below would cause a syntax error. */
        !           249: #undef _UINT8_T
        !           250: 
        !           251: /* Build libraries with debug information and additional messages */
        !           252: #undef __DEBUG
        !           253: 
        !           254: /* Define to `int' if <sys/types.h> doesn't define. */
        !           255: #undef gid_t
        !           256: 
        !           257: /* Define to `__inline__' or `__inline' if that's what the C compiler
        !           258:    calls it, or to nothing if 'inline' is not supported under any name.  */
        !           259: #ifndef __cplusplus
        !           260: #undef inline
        !           261: #endif
        !           262: 
        !           263: /* Define to rpl_malloc if the replacement function should be used. */
        !           264: #undef malloc
        !           265: 
        !           266: /* Define to `int' if <sys/types.h> does not define. */
        !           267: #undef mode_t
        !           268: 
        !           269: /* Define to `long int' if <sys/types.h> does not define. */
        !           270: #undef off_t
        !           271: 
        !           272: /* Define to `int' if <sys/types.h> does not define. */
        !           273: #undef pid_t
        !           274: 
        !           275: /* Define to rpl_realloc if the replacement function should be used. */
        !           276: #undef realloc
        !           277: 
        !           278: /* Define to `unsigned int' if <sys/types.h> does not define. */
        !           279: #undef size_t
        !           280: 
        !           281: /* Define to `int' if <sys/types.h> does not define. */
        !           282: #undef ssize_t
        !           283: 
        !           284: /* Define to `int' if <sys/types.h> doesn't define. */
        !           285: #undef uid_t
        !           286: 
        !           287: /* Define to the type of an unsigned integer type of width exactly 32 bits if
        !           288:    such a type exists and the standard includes do not define it. */
        !           289: #undef uint32_t
        !           290: 
        !           291: /* Define to the type of an unsigned integer type of width exactly 8 bits if
        !           292:    such a type exists and the standard includes do not define it. */
        !           293: #undef uint8_t
        !           294: 
        !           295: /* Define as `fork' if `vfork' does not work. */
        !           296: #undef vfork

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