diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in index 015f421..d3d33de 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -206,9 +206,6 @@ /* Define if you have the <endian.h> header file. */ #undef HAVE_ENDIAN_H -/* Define if you have the <libintl.h> header file. */ -#undef HAVE_LIBINTL_H - /* Define if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H @@ -292,3 +289,19 @@ /* Define if you have the w library (-lw). */ #undef HAVE_LIBW + +/* Define if malloc is not declared in system header files. */ +#undef NEED_DECLARATION_MALLOC + +/* Define if realloc is not declared in system header files. */ +#undef NEED_DECLARATION_REALLOC + +/* Define if free is not declared in system header files. */ +#undef NEED_DECLARATION_FREE + +/* Define if strerror is not declared in system header files. */ +#undef NEED_DECLARATION_STRERROR + +/* Define if strdup is not declared in system header files. */ +#undef NEED_DECLARATION_STRDUP + |