File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / inc / config.h.in
Revision 1.9: download - view: text, annotated - select for diffs - revision graph
Thu Jul 2 22:28:14 2015 UTC (8 years, 11 months ago) by misho
Branches: MAIN
CVS tags: rpc9_6, rpc9_5, rpc9_4, rpc9_3, rpc9_2, RPC9_5, RPC9_4, RPC9_3, RPC9_2, RPC9_1, HEAD
version 9.1

    1: /* inc/config.h.in.  Generated from configure.in by autoheader.  */
    2: 
    3: /* Build library with zero-copy return array from RPC client */
    4: #undef CLI_RES_ZCOPY
    5: 
    6: /* Build library with BLOB timeout period */
    7: #undef DEF_RPC_BLOB_TIMEOUT
    8: 
    9: /* Build library with RPC timeout period */
   10: #undef DEF_RPC_TIMEOUT
   11: 
   12: /* Define to 1 if you have the <arpa/inet.h> header file. */
   13: #undef HAVE_ARPA_INET_H
   14: 
   15: /* Define to 1 if you have the `array_Destroy' function. */
   16: #undef HAVE_ARRAY_DESTROY
   17: 
   18: /* Define to 1 if you have the `array_Init' function. */
   19: #undef HAVE_ARRAY_INIT
   20: 
   21: /* Define to 1 if you have the `crcFletcher16' function. */
   22: #undef HAVE_CRCFLETCHER16
   23: 
   24: /* Define to 1 if you have the `fork' function. */
   25: #undef HAVE_FORK
   26: 
   27: /* Define to 1 if you have the `hash_fnv1' function. */
   28: #undef HAVE_HASH_FNV1
   29: 
   30: /* Define to 1 if you have the <inttypes.h> header file. */
   31: #undef HAVE_INTTYPES_H
   32: 
   33: /* Define to 1 if you have the `aitsched' library (-laitsched). */
   34: #undef HAVE_LIBAITSCHED
   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 your system has a GNU libc compatible `malloc' function, and
   43:    to 0 otherwise. */
   44: #undef HAVE_MALLOC
   45: 
   46: /* Define to 1 if you have the <memory.h> header file. */
   47: #undef HAVE_MEMORY_H
   48: 
   49: /* Define to 1 if you have the `memset' function. */
   50: #undef HAVE_MEMSET
   51: 
   52: /* Define to 1 if you have the <netdb.h> header file. */
   53: #undef HAVE_NETDB_H
   54: 
   55: /* Define to 1 if you have the <netinet/in.h> header file. */
   56: #undef HAVE_NETINET_IN_H
   57: 
   58: /* Define to 1 if you have the `pthread_yield' function. */
   59: #undef HAVE_PTHREAD_YIELD
   60: 
   61: /* Define to 1 if your system has a GNU libc compatible `realloc' function,
   62:    and to 0 otherwise. */
   63: #undef HAVE_REALLOC
   64: 
   65: /* Define to 1 if you have the `schedEnd' function. */
   66: #undef HAVE_SCHEDEND
   67: 
   68: /* Define to 1 if you have the `schedInit' function. */
   69: #undef HAVE_SCHEDINIT
   70: 
   71: /* Define to 1 if you have the `select' function. */
   72: #undef HAVE_SELECT
   73: 
   74: /* Define to 1 if you have the `socket' function. */
   75: #undef HAVE_SOCKET
   76: 
   77: /* Define to 1 if you have the `srandomdev' function. */
   78: #undef HAVE_SRANDOMDEV
   79: 
   80: /* Define to 1 if you have the <stdint.h> header file. */
   81: #undef HAVE_STDINT_H
   82: 
   83: /* Define to 1 if you have the <stdlib.h> header file. */
   84: #undef HAVE_STDLIB_H
   85: 
   86: /* Define to 1 if you have the `strdup' function. */
   87: #undef HAVE_STRDUP
   88: 
   89: /* Define to 1 if you have the `strerror' function. */
   90: #undef HAVE_STRERROR
   91: 
   92: /* Define to 1 if you have the <strings.h> header file. */
   93: #undef HAVE_STRINGS_H
   94: 
   95: /* Define to 1 if you have the <string.h> header file. */
   96: #undef HAVE_STRING_H
   97: 
   98: /* Define to 1 if you have the <sys/param.h> header file. */
   99: #undef HAVE_SYS_PARAM_H
  100: 
  101: /* Define to 1 if you have the <sys/socket.h> header file. */
  102: #undef HAVE_SYS_SOCKET_H
  103: 
  104: /* Define to 1 if you have the <sys/stat.h> header file. */
  105: #undef HAVE_SYS_STAT_H
  106: 
  107: /* Define to 1 if you have the <sys/types.h> header file. */
  108: #undef HAVE_SYS_TYPES_H
  109: 
  110: /* Define to 1 if you have the <unistd.h> header file. */
  111: #undef HAVE_UNISTD_H
  112: 
  113: /* Define to 1 if you have the `vfork' function. */
  114: #undef HAVE_VFORK
  115: 
  116: /* Define to 1 if you have the <vfork.h> header file. */
  117: #undef HAVE_VFORK_H
  118: 
  119: /* Define to 1 if `fork' works. */
  120: #undef HAVE_WORKING_FORK
  121: 
  122: /* Define to 1 if `vfork' works. */
  123: #undef HAVE_WORKING_VFORK
  124: 
  125: /* Build w/o assert() support */
  126: #undef NDEBUG
  127: 
  128: /* Disable RPC server */
  129: #undef ONLY_CLI
  130: 
  131: /* Define to the address where bug reports for this package should be sent. */
  132: #undef PACKAGE_BUGREPORT
  133: 
  134: /* Define to the full name of this package. */
  135: #undef PACKAGE_NAME
  136: 
  137: /* Define to the full name and version of this package. */
  138: #undef PACKAGE_STRING
  139: 
  140: /* Define to the one symbol short name of this package. */
  141: #undef PACKAGE_TARNAME
  142: 
  143: /* Define to the home page for this package. */
  144: #undef PACKAGE_URL
  145: 
  146: /* Define to the version of this package. */
  147: #undef PACKAGE_VERSION
  148: 
  149: /* Define to 1 if you have the ANSI C header files. */
  150: #undef STDC_HEADERS
  151: 
  152: /* Build library with TCP session expiration */
  153: #undef TCP_SESSION_TIMEOUT
  154: 
  155: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  156:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  157:    #define below would cause a syntax error. */
  158: #undef _UINT32_T
  159: 
  160: /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  161:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  162:    #define below would cause a syntax error. */
  163: #undef _UINT64_T
  164: 
  165: /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  166:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  167:    #define below would cause a syntax error. */
  168: #undef _UINT8_T
  169: 
  170: /* Build libraries with debug information and additional messages */
  171: #undef __DEBUG
  172: 
  173: /* Define to `__inline__' or `__inline' if that's what the C compiler
  174:    calls it, or to nothing if 'inline' is not supported under any name.  */
  175: #ifndef __cplusplus
  176: #undef inline
  177: #endif
  178: 
  179: /* Define to the type of a signed integer type of width exactly 16 bits if
  180:    such a type exists and the standard includes do not define it. */
  181: #undef int16_t
  182: 
  183: /* Define to the type of a signed integer type of width exactly 32 bits if
  184:    such a type exists and the standard includes do not define it. */
  185: #undef int32_t
  186: 
  187: /* Define to the type of a signed integer type of width exactly 64 bits if
  188:    such a type exists and the standard includes do not define it. */
  189: #undef int64_t
  190: 
  191: /* Define to the type of a signed integer type of width exactly 8 bits if such
  192:    a type exists and the standard includes do not define it. */
  193: #undef int8_t
  194: 
  195: /* Define to rpl_malloc if the replacement function should be used. */
  196: #undef malloc
  197: 
  198: /* Define to `int' if <sys/types.h> does not define. */
  199: #undef pid_t
  200: 
  201: /* Define to rpl_realloc if the replacement function should be used. */
  202: #undef realloc
  203: 
  204: /* Define to the type of an unsigned integer type of width exactly 16 bits if
  205:    such a type exists and the standard includes do not define it. */
  206: #undef uint16_t
  207: 
  208: /* Define to the type of an unsigned integer type of width exactly 32 bits if
  209:    such a type exists and the standard includes do not define it. */
  210: #undef uint32_t
  211: 
  212: /* Define to the type of an unsigned integer type of width exactly 64 bits if
  213:    such a type exists and the standard includes do not define it. */
  214: #undef uint64_t
  215: 
  216: /* Define to the type of an unsigned integer type of width exactly 8 bits if
  217:    such a type exists and the standard includes do not define it. */
  218: #undef uint8_t
  219: 
  220: /* Define as `fork' if `vfork' does not work. */
  221: #undef vfork

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