diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 750a8ae..d0565fa 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -41,6 +41,9 @@ /* Define to `int' if <sys/types.h> doesn't define. */ #undef pid_t +/* Define if you need to in order for stat and other things to work. */ +#undef _POSIX_SOURCE + /* Define as the return type of signal handlers (int or void). */ #undef RETSIGTYPE @@ -376,9 +379,15 @@ /* Define if you have the <sys/select.h> header file. */ #undef HAVE_SYS_SELECT_H +/* Define if you have the <sys/stat.h> header file. */ +#undef HAVE_SYS_STAT_H + /* Define if you have the <sys/syscall.h> header file. */ #undef HAVE_SYS_SYSCALL_H +/* Define if you have the <sys/types.h> header file. */ +#undef HAVE_SYS_TYPES_H + /* Define if you have the <sys/user.h> header file. */ #undef HAVE_SYS_USER_H @@ -439,6 +448,9 @@ /* Define as 1 if you have gettext and don't want to use GNU gettext. */ #undef HAVE_GETTEXT +/* Name of this package. */ +#undef PACKAGE + /* Define if sigsetjmp is available. */ #undef HAVE_SIGSETJMP |