File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / inc / config.h.in
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon May 2 23:12:08 2011 UTC (13 years, 2 months ago) by misho
Branches: MAIN
CVS tags: rpc1_2, rpc1_1, RPC1_1, RPC1_0, HEAD
release 1.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 `crcFletcher16' function. */
    7: #undef HAVE_CRCFLETCHER16
    8: 
    9: /* Define to 1 if you have the `fork' function. */
   10: #undef HAVE_FORK
   11: 
   12: /* Define to 1 if you have the `hash_fnv1' function. */
   13: #undef HAVE_HASH_FNV1
   14: 
   15: /* Define to 1 if you have the <inttypes.h> header file. */
   16: #undef HAVE_INTTYPES_H
   17: 
   18: /* Define to 1 if you have the `aitcrc' library (-laitcrc). */
   19: #undef HAVE_LIBAITCRC
   20: 
   21: /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
   22:    to 0 otherwise. */
   23: #undef HAVE_MALLOC
   24: 
   25: /* Define to 1 if you have the <memory.h> header file. */
   26: #undef HAVE_MEMORY_H
   27: 
   28: /* Define to 1 if you have the `memset' function. */
   29: #undef HAVE_MEMSET
   30: 
   31: /* Define to 1 if you have the <netdb.h> header file. */
   32: #undef HAVE_NETDB_H
   33: 
   34: /* Define to 1 if you have the <netinet/in.h> header file. */
   35: #undef HAVE_NETINET_IN_H
   36: 
   37: /* Define to 1 if your system has a GNU libc compatible `realloc' function,
   38:    and to 0 otherwise. */
   39: #undef HAVE_REALLOC
   40: 
   41: /* Define to 1 if you have the `select' function. */
   42: #undef HAVE_SELECT
   43: 
   44: /* Define to 1 if you have the `socket' function. */
   45: #undef HAVE_SOCKET
   46: 
   47: /* Define to 1 if you have the `srandomdev' function. */
   48: #undef HAVE_SRANDOMDEV
   49: 
   50: /* Define to 1 if you have the <stdint.h> header file. */
   51: #undef HAVE_STDINT_H
   52: 
   53: /* Define to 1 if you have the <stdlib.h> header file. */
   54: #undef HAVE_STDLIB_H
   55: 
   56: /* Define to 1 if you have the `strdup' function. */
   57: #undef HAVE_STRDUP
   58: 
   59: /* Define to 1 if you have the `strerror' function. */
   60: #undef HAVE_STRERROR
   61: 
   62: /* Define to 1 if you have the <strings.h> header file. */
   63: #undef HAVE_STRINGS_H
   64: 
   65: /* Define to 1 if you have the <string.h> header file. */
   66: #undef HAVE_STRING_H
   67: 
   68: /* Define to 1 if you have the <sys/param.h> header file. */
   69: #undef HAVE_SYS_PARAM_H
   70: 
   71: /* Define to 1 if you have the <sys/socket.h> header file. */
   72: #undef HAVE_SYS_SOCKET_H
   73: 
   74: /* Define to 1 if you have the <sys/stat.h> header file. */
   75: #undef HAVE_SYS_STAT_H
   76: 
   77: /* Define to 1 if you have the <sys/types.h> header file. */
   78: #undef HAVE_SYS_TYPES_H
   79: 
   80: /* Define to 1 if you have the <unistd.h> header file. */
   81: #undef HAVE_UNISTD_H
   82: 
   83: /* Define to 1 if you have the `vfork' function. */
   84: #undef HAVE_VFORK
   85: 
   86: /* Define to 1 if you have the <vfork.h> header file. */
   87: #undef HAVE_VFORK_H
   88: 
   89: /* Define to 1 if `fork' works. */
   90: #undef HAVE_WORKING_FORK
   91: 
   92: /* Define to 1 if `vfork' works. */
   93: #undef HAVE_WORKING_VFORK
   94: 
   95: /* Build w/o assert() support */
   96: #undef NDEBUG
   97: 
   98: /* Define to the address where bug reports for this package should be sent. */
   99: #undef PACKAGE_BUGREPORT
  100: 
  101: /* Define to the full name of this package. */
  102: #undef PACKAGE_NAME
  103: 
  104: /* Define to the full name and version of this package. */
  105: #undef PACKAGE_STRING
  106: 
  107: /* Define to the one symbol short name of this package. */
  108: #undef PACKAGE_TARNAME
  109: 
  110: /* Define to the home page for this package. */
  111: #undef PACKAGE_URL
  112: 
  113: /* Define to the version of this package. */
  114: #undef PACKAGE_VERSION
  115: 
  116: /* Define to 1 if you have the ANSI C header files. */
  117: #undef STDC_HEADERS
  118: 
  119: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  120:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  121:    #define below would cause a syntax error. */
  122: #undef _UINT32_T
  123: 
  124: /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  125:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  126:    #define below would cause a syntax error. */
  127: #undef _UINT64_T
  128: 
  129: /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  130:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  131:    #define below would cause a syntax error. */
  132: #undef _UINT8_T
  133: 
  134: /* Build libraries with debug information and additional messages */
  135: #undef __DEBUG
  136: 
  137: /* Define to `__inline__' or `__inline' if that's what the C compiler
  138:    calls it, or to nothing if 'inline' is not supported under any name.  */
  139: #ifndef __cplusplus
  140: #undef inline
  141: #endif
  142: 
  143: /* Define to the type of a signed integer type of width exactly 16 bits if
  144:    such a type exists and the standard includes do not define it. */
  145: #undef int16_t
  146: 
  147: /* Define to the type of a signed integer type of width exactly 32 bits if
  148:    such a type exists and the standard includes do not define it. */
  149: #undef int32_t
  150: 
  151: /* Define to the type of a signed integer type of width exactly 64 bits if
  152:    such a type exists and the standard includes do not define it. */
  153: #undef int64_t
  154: 
  155: /* Define to the type of a signed integer type of width exactly 8 bits if such
  156:    a type exists and the standard includes do not define it. */
  157: #undef int8_t
  158: 
  159: /* Define to rpl_malloc if the replacement function should be used. */
  160: #undef malloc
  161: 
  162: /* Define to `long int' if <sys/types.h> does not define. */
  163: #undef off_t
  164: 
  165: /* Define to `int' if <sys/types.h> does not define. */
  166: #undef pid_t
  167: 
  168: /* Define to rpl_realloc if the replacement function should be used. */
  169: #undef realloc
  170: 
  171: /* Define to `unsigned int' if <sys/types.h> does not define. */
  172: #undef size_t
  173: 
  174: /* Define to the type of an unsigned integer type of width exactly 16 bits if
  175:    such a type exists and the standard includes do not define it. */
  176: #undef uint16_t
  177: 
  178: /* Define to the type of an unsigned integer type of width exactly 32 bits if
  179:    such a type exists and the standard includes do not define it. */
  180: #undef uint32_t
  181: 
  182: /* Define to the type of an unsigned integer type of width exactly 64 bits if
  183:    such a type exists and the standard includes do not define it. */
  184: #undef uint64_t
  185: 
  186: /* Define to the type of an unsigned integer type of width exactly 8 bits if
  187:    such a type exists and the standard includes do not define it. */
  188: #undef uint8_t
  189: 
  190: /* Define as `fork' if `vfork' does not work. */
  191: #undef vfork

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