Annotation of mqtt/inc/config.h.in, revision 1.1.2.1

1.1.2.1 ! misho       1: /* inc/config.h.in.  Generated from configure.in by autoheader.  */
        !             2: 
        !             3: /* Define to 1 if you have the <arpa/inet.h> header file. */
        !             4: #undef HAVE_ARPA_INET_H
        !             5: 
        !             6: /* Define to 1 if you have the `dup2' function. */
        !             7: #undef HAVE_DUP2
        !             8: 
        !             9: /* Define to 1 if you have the <fcntl.h> header file. */
        !            10: #undef HAVE_FCNTL_H
        !            11: 
        !            12: /* Define to 1 if you have the `fork' function. */
        !            13: #undef HAVE_FORK
        !            14: 
        !            15: /* Define to 1 if you have the `getpagesize' function. */
        !            16: #undef HAVE_GETPAGESIZE
        !            17: 
        !            18: /* Define to 1 if you have the `gettimeofday' function. */
        !            19: #undef HAVE_GETTIMEOFDAY
        !            20: 
        !            21: /* Define to 1 if you have the <inttypes.h> header file. */
        !            22: #undef HAVE_INTTYPES_H
        !            23: 
        !            24: /* Define to 1 if you have the `aitcfg' library (-laitcfg). */
        !            25: #undef HAVE_LIBAITCFG
        !            26: 
        !            27: /* Define to 1 if you have the `aitcrc' library (-laitcrc). */
        !            28: #undef HAVE_LIBAITCRC
        !            29: 
        !            30: /* Define to 1 if you have the `aitio' library (-laitio). */
        !            31: #undef HAVE_LIBAITIO
        !            32: 
        !            33: /* Define to 1 if you have the `aitmqtt' library (-laitmqtt). */
        !            34: #undef HAVE_LIBAITMQTT
        !            35: 
        !            36: /* Define to 1 if you have the `aitsched' library (-laitsched). */
        !            37: #undef HAVE_LIBAITSCHED
        !            38: 
        !            39: /* Define to 1 if you have the `crypto' library (-lcrypto). */
        !            40: #undef HAVE_LIBCRYPTO
        !            41: 
        !            42: /* Define to 1 if you have the `pthread' library (-lpthread). */
        !            43: #undef HAVE_LIBPTHREAD
        !            44: 
        !            45: /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
        !            46: #undef HAVE_LIBSQLITE3
        !            47: 
        !            48: /* Define to 1 if you have the `util' library (-lutil). */
        !            49: #undef HAVE_LIBUTIL
        !            50: 
        !            51: /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
        !            52:    to 0 otherwise. */
        !            53: #undef HAVE_MALLOC
        !            54: 
        !            55: /* Define to 1 if you have the `memmove' function. */
        !            56: #undef HAVE_MEMMOVE
        !            57: 
        !            58: /* Define to 1 if you have the <memory.h> header file. */
        !            59: #undef HAVE_MEMORY_H
        !            60: 
        !            61: /* Define to 1 if you have the `memset' function. */
        !            62: #undef HAVE_MEMSET
        !            63: 
        !            64: /* Define to 1 if you have the `mkdir' function. */
        !            65: #undef HAVE_MKDIR
        !            66: 
        !            67: /* Define to 1 if you have a working `mmap' system call. */
        !            68: #undef HAVE_MMAP
        !            69: 
        !            70: /* Define to 1 if you have the `munmap' function. */
        !            71: #undef HAVE_MUNMAP
        !            72: 
        !            73: /* Define to 1 if you have the <netdb.h> header file. */
        !            74: #undef HAVE_NETDB_H
        !            75: 
        !            76: /* Define to 1 if you have the <netinet/in.h> header file. */
        !            77: #undef HAVE_NETINET_IN_H
        !            78: 
        !            79: /* Define to 1 if your system has a GNU libc compatible `realloc' function,
        !            80:    and to 0 otherwise. */
        !            81: #undef HAVE_REALLOC
        !            82: 
        !            83: /* Define to 1 if you have the `regcomp' function. */
        !            84: #undef HAVE_REGCOMP
        !            85: 
        !            86: /* Define to 1 if you have the <stdint.h> header file. */
        !            87: #undef HAVE_STDINT_H
        !            88: 
        !            89: /* Define to 1 if you have the <stdlib.h> header file. */
        !            90: #undef HAVE_STDLIB_H
        !            91: 
        !            92: /* Define to 1 if you have the `strchr' function. */
        !            93: #undef HAVE_STRCHR
        !            94: 
        !            95: /* Define to 1 if you have the `strdup' function. */
        !            96: #undef HAVE_STRDUP
        !            97: 
        !            98: /* Define to 1 if you have the `strerror' function. */
        !            99: #undef HAVE_STRERROR
        !           100: 
        !           101: /* Define to 1 if you have the <strings.h> header file. */
        !           102: #undef HAVE_STRINGS_H
        !           103: 
        !           104: /* Define to 1 if you have the <string.h> header file. */
        !           105: #undef HAVE_STRING_H
        !           106: 
        !           107: /* Define to 1 if you have the `strtol' function. */
        !           108: #undef HAVE_STRTOL
        !           109: 
        !           110: /* Define to 1 if you have the <syslog.h> header file. */
        !           111: #undef HAVE_SYSLOG_H
        !           112: 
        !           113: /* Define to 1 if you have the <sys/param.h> header file. */
        !           114: #undef HAVE_SYS_PARAM_H
        !           115: 
        !           116: /* Define to 1 if you have the <sys/socket.h> header file. */
        !           117: #undef HAVE_SYS_SOCKET_H
        !           118: 
        !           119: /* Define to 1 if you have the <sys/stat.h> header file. */
        !           120: #undef HAVE_SYS_STAT_H
        !           121: 
        !           122: /* Define to 1 if you have the <sys/types.h> header file. */
        !           123: #undef HAVE_SYS_TYPES_H
        !           124: 
        !           125: /* Define to 1 if you have the <unistd.h> header file. */
        !           126: #undef HAVE_UNISTD_H
        !           127: 
        !           128: /* Define to 1 if you have the `vfork' function. */
        !           129: #undef HAVE_VFORK
        !           130: 
        !           131: /* Define to 1 if you have the <vfork.h> header file. */
        !           132: #undef HAVE_VFORK_H
        !           133: 
        !           134: /* Define to 1 if `fork' works. */
        !           135: #undef HAVE_WORKING_FORK
        !           136: 
        !           137: /* Define to 1 if `vfork' works. */
        !           138: #undef HAVE_WORKING_VFORK
        !           139: 
        !           140: /* Turn off debug asserts */
        !           141: #undef NDEBUG
        !           142: 
        !           143: /* Define to the address where bug reports for this package should be sent. */
        !           144: #undef PACKAGE_BUGREPORT
        !           145: 
        !           146: /* Define to the full name of this package. */
        !           147: #undef PACKAGE_NAME
        !           148: 
        !           149: /* Define to the full name and version of this package. */
        !           150: #undef PACKAGE_STRING
        !           151: 
        !           152: /* Define to the one symbol short name of this package. */
        !           153: #undef PACKAGE_TARNAME
        !           154: 
        !           155: /* Define to the home page for this package. */
        !           156: #undef PACKAGE_URL
        !           157: 
        !           158: /* Define to the version of this package. */
        !           159: #undef PACKAGE_VERSION
        !           160: 
        !           161: /* Define to 1 if you have the ANSI C header files. */
        !           162: #undef STDC_HEADERS
        !           163: 
        !           164: /* Build libraries with debug information and additional messages */
        !           165: #undef __DEBUG
        !           166: 
        !           167: /* Define to `__inline__' or `__inline' if that's what the C compiler
        !           168:    calls it, or to nothing if 'inline' is not supported under any name.  */
        !           169: #ifndef __cplusplus
        !           170: #undef inline
        !           171: #endif
        !           172: 
        !           173: /* Define to rpl_malloc if the replacement function should be used. */
        !           174: #undef malloc
        !           175: 
        !           176: /* Define to `int' if <sys/types.h> does not define. */
        !           177: #undef pid_t
        !           178: 
        !           179: /* Define to rpl_realloc if the replacement function should be used. */
        !           180: #undef realloc
        !           181: 
        !           182: /* Define as `fork' if `vfork' does not work. */
        !           183: #undef vfork

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