--- libaitrpc/inc/config.h.in 2013/11/14 21:44:14 1.8 +++ libaitrpc/inc/config.h.in 2024/08/21 11:41:37 1.9.10.1 @@ -3,47 +3,47 @@ /* Build library with zero-copy return array from RPC client */ #undef CLI_RES_ZCOPY -/* Build library with TCP timeout period */ +/* Build library with BLOB timeout period */ +#undef DEF_RPC_BLOB_TIMEOUT + +/* Build library with RPC timeout period */ #undef DEF_RPC_TIMEOUT /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_INET_H -/* Define to 1 if you have the `array_Destroy' function. */ +/* Define to 1 if you have the 'array_Destroy' function. */ #undef HAVE_ARRAY_DESTROY -/* Define to 1 if you have the `array_Init' function. */ +/* Define to 1 if you have the 'array_Init' function. */ #undef HAVE_ARRAY_INIT -/* Define to 1 if you have the `crcFletcher16' function. */ +/* Define to 1 if you have the 'crcFletcher16' function. */ #undef HAVE_CRCFLETCHER16 -/* Define to 1 if you have the `fork' function. */ +/* Define to 1 if you have the 'fork' function. */ #undef HAVE_FORK -/* Define to 1 if you have the `hash_fnv1' function. */ +/* Define to 1 if you have the 'hash_fnv1' function. */ #undef HAVE_HASH_FNV1 /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the `aitsched' library (-laitsched). */ +/* Define to 1 if you have the 'aitsched' library (-laitsched). */ #undef HAVE_LIBAITSCHED -/* Define to 1 if you have the `elwix' library (-lelwix). */ +/* Define to 1 if you have the 'elwix' library (-lelwix). */ #undef HAVE_LIBELWIX -/* Define to 1 if you have the `pthread' library (-lpthread). */ +/* Define to 1 if you have the 'pthread' library (-lpthread). */ #undef HAVE_LIBPTHREAD -/* Define to 1 if your system has a GNU libc compatible `malloc' function, and +/* Define to 1 if your system has a GNU libc compatible 'malloc' function, and to 0 otherwise. */ #undef HAVE_MALLOC -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have the `memset' function. */ +/* Define to 1 if you have the 'memset' function. */ #undef HAVE_MEMSET /* Define to 1 if you have the header file. */ @@ -52,38 +52,41 @@ /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H -/* Define to 1 if you have the `pthread_yield' function. */ +/* Define to 1 if you have the 'pthread_yield' function. */ #undef HAVE_PTHREAD_YIELD -/* Define to 1 if your system has a GNU libc compatible `realloc' function, +/* Define to 1 if your system has a GNU libc compatible 'realloc' function, and to 0 otherwise. */ #undef HAVE_REALLOC -/* Define to 1 if you have the `schedEnd' function. */ +/* Define to 1 if you have the 'schedEnd' function. */ #undef HAVE_SCHEDEND -/* Define to 1 if you have the `schedInit' function. */ +/* Define to 1 if you have the 'schedInit' function. */ #undef HAVE_SCHEDINIT -/* Define to 1 if you have the `select' function. */ +/* Define to 1 if you have the 'select' function. */ #undef HAVE_SELECT -/* Define to 1 if you have the `socket' function. */ +/* Define to 1 if you have the 'socket' function. */ #undef HAVE_SOCKET -/* Define to 1 if you have the `srandomdev' function. */ +/* Define to 1 if you have the 'srandomdev' function. */ #undef HAVE_SRANDOMDEV /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_STDIO_H + /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H -/* Define to 1 if you have the `strdup' function. */ +/* Define to 1 if you have the 'strdup' function. */ #undef HAVE_STRDUP -/* Define to 1 if you have the `strerror' function. */ +/* Define to 1 if you have the 'strerror' function. */ #undef HAVE_STRERROR /* Define to 1 if you have the header file. */ @@ -107,21 +110,24 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Define to 1 if you have the `vfork' function. */ +/* Define to 1 if you have the 'vfork' function. */ #undef HAVE_VFORK /* Define to 1 if you have the header file. */ #undef HAVE_VFORK_H -/* Define to 1 if `fork' works. */ +/* Define to 1 if 'fork' works. */ #undef HAVE_WORKING_FORK -/* Define to 1 if `vfork' works. */ +/* Define to 1 if 'vfork' works. */ #undef HAVE_WORKING_VFORK -/* Build w/o assert() support */ +/* Turn off debug asserts */ #undef NDEBUG +/* Disable RPC server */ +#undef ONLY_CLI + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -140,7 +146,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define to 1 if you have the ANSI C header files. */ +/* Define to 1 if all of the C89 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ #undef STDC_HEADERS /* Build library with TCP session expiration */ @@ -164,7 +172,7 @@ /* Build libraries with debug information and additional messages */ #undef __DEBUG -/* Define to `__inline__' or `__inline' if that's what the C compiler +/* Define to '__inline__' or '__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus #undef inline @@ -189,7 +197,7 @@ /* Define to rpl_malloc if the replacement function should be used. */ #undef malloc -/* Define to `int' if does not define. */ +/* Define as a signed integer type capable of holding a process identifier. */ #undef pid_t /* Define to rpl_realloc if the replacement function should be used. */ @@ -211,5 +219,5 @@ such a type exists and the standard includes do not define it. */ #undef uint8_t -/* Define as `fork' if `vfork' does not work. */ +/* Define as 'fork' if 'vfork' does not work. */ #undef vfork