File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / config.h.in
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Sun Oct 8 22:49:24 2017 UTC (6 years, 8 months ago) by misho
Branches: MAIN
CVS tags: mqtt2_1, MQTT2_0, HEAD
version 2.0

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

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