Annotation of libaitcfg/inc/config.h.in, revision 1.6.20.1
1.2 misho 1: /* inc/config.h.in. Generated from configure.in by autoheader. */
2:
1.6.20.1! misho 3: /* Define to 1 if you have the <bsd/string.h> header file. */
! 4: #undef HAVE_BSD_STRING_H
1.2 misho 5:
6: /* Define to 1 if you have the <inttypes.h> header file. */
7: #undef HAVE_INTTYPES_H
8:
1.6.20.1! misho 9: /* Define to 1 if you have the 'elwix' library (-lelwix). */
1.5 misho 10: #undef HAVE_LIBELWIX
1.3 misho 11:
1.6.20.1! misho 12: /* Define to 1 if you have the 'pthread' library (-lpthread). */
1.4 misho 13: #undef HAVE_LIBPTHREAD
14:
1.6.20.1! misho 15: /* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
1.2 misho 16: to 0 otherwise. */
17: #undef HAVE_MALLOC
18:
1.6.20.1! misho 19: /* Define to 1 if you have the 'memmove' function. */
1.2 misho 20: #undef HAVE_MEMMOVE
21:
1.6.20.1! misho 22: /* Define to 1 if you have the 'memset' function. */
1.2 misho 23: #undef HAVE_MEMSET
24:
1.6.20.1! misho 25: /* Define to 1 if your system has a GNU libc compatible 'realloc' function,
1.2 misho 26: and to 0 otherwise. */
27: #undef HAVE_REALLOC
28:
29: /* Define to 1 if you have the <stdint.h> header file. */
30: #undef HAVE_STDINT_H
31:
1.6.20.1! misho 32: /* Define to 1 if you have the <stdio.h> header file. */
! 33: #undef HAVE_STDIO_H
! 34:
1.2 misho 35: /* Define to 1 if you have the <stdlib.h> header file. */
36: #undef HAVE_STDLIB_H
37:
1.6.20.1! misho 38: /* Define to 1 if you have the 'strchr' function. */
1.2 misho 39: #undef HAVE_STRCHR
40:
41: /* Define to 1 if you have the <strings.h> header file. */
42: #undef HAVE_STRINGS_H
43:
44: /* Define to 1 if you have the <string.h> header file. */
45: #undef HAVE_STRING_H
46:
1.6.20.1! misho 47: /* Define to 1 if you have the 'strspn' function. */
1.2 misho 48: #undef HAVE_STRSPN
49:
50: /* Define to 1 if you have the <sys/stat.h> header file. */
51: #undef HAVE_SYS_STAT_H
52:
53: /* Define to 1 if you have the <sys/types.h> header file. */
54: #undef HAVE_SYS_TYPES_H
55:
56: /* Define to 1 if you have the <unistd.h> header file. */
57: #undef HAVE_UNISTD_H
58:
1.6.20.1! misho 59: /* Turn off debug asserts */
1.4 misho 60: #undef NDEBUG
61:
1.2 misho 62: /* Define to the address where bug reports for this package should be sent. */
63: #undef PACKAGE_BUGREPORT
64:
65: /* Define to the full name of this package. */
66: #undef PACKAGE_NAME
67:
68: /* Define to the full name and version of this package. */
69: #undef PACKAGE_STRING
70:
71: /* Define to the one symbol short name of this package. */
72: #undef PACKAGE_TARNAME
73:
1.6.20.1! misho 74: /* Define to the home page for this package. */
! 75: #undef PACKAGE_URL
! 76:
1.2 misho 77: /* Define to the version of this package. */
78: #undef PACKAGE_VERSION
79:
1.6.20.1! misho 80: /* Define to 1 if all of the C89 standard headers exist (not just the ones
! 81: required in a freestanding environment). This macro is provided for
! 82: backward compatibility; new code need not use it. */
1.2 misho 83: #undef STDC_HEADERS
84:
85: /* Build libraries with debug information and additional messages */
86: #undef __DEBUG
87:
1.6.20.1! misho 88: /* Define to empty if 'const' does not conform to ANSI C. */
1.2 misho 89: #undef const
90:
1.6.20.1! misho 91: /* Define to '__inline__' or '__inline' if that's what the C compiler
1.2 misho 92: calls it, or to nothing if 'inline' is not supported under any name. */
93: #ifndef __cplusplus
94: #undef inline
95: #endif
96:
97: /* Define to rpl_malloc if the replacement function should be used. */
98: #undef malloc
99:
100: /* Define to rpl_realloc if the replacement function should be used. */
101: #undef realloc
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>