5 /* Version of package. */
8 /* Whether strstr must be declared even if <string.h> is included. */
9 #undef NEED_DECLARATION_STRSTR
11 /* Whether malloc must be declared even if <stdlib.h> is included. */
12 #undef NEED_DECLARATION_MALLOC
14 /* Whether realloc must be declared even if <stdlib.h> is included. */
15 #undef NEED_DECLARATION_REALLOC
17 /* Whether free must be declared even if <stdlib.h> is included. */
18 #undef NEED_DECLARATION_FREE
20 /* Whether getenv must be declared even if <stdlib.h> is included. */
21 #undef NEED_DECLARATION_GETENV
24 /* Do we need to use the b modifier when opening binary files? */
25 #undef USE_BINARY_FOPEN
27 /* Name of host specific header file to include in trad-core.c. */
30 /* Define only if <sys/procfs.h> is available *and* it defines prstatus_t. */
31 #undef HAVE_SYS_PROCFS_H
33 /* Do we really want to use mmap if it's available? */
36 /* Define to 1 if NLS is requested. */
39 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
42 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
45 /* Define as 1 if you have the stpcpy function. */
48 /* Define if your locale.h file contains LC_MESSAGES. */
49 #undef HAVE_LC_MESSAGES