diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gdb/config.in b/gdb/config.in index 750a8ae..8c1c7bf 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader. */ +/* config.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define if on AIX 3. System headers sometimes define this. @@ -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 @@ -364,6 +367,9 @@ /* Define if you have the <sys/poll.h> header file. */ #undef HAVE_SYS_POLL_H +/* Define if you have the <sys/proc.h> header file. */ +#undef HAVE_SYS_PROC_H + /* Define if you have the <sys/procfs.h> header file. */ #undef HAVE_SYS_PROCFS_H @@ -439,6 +445,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 |