diff options
author | Tom Tromey <tromey@redhat.com> | 2002-06-21 23:48:41 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2002-06-21 23:48:41 +0000 |
commit | 0fbb3da7b7698d851a815dd5b2f0735358321d8c (patch) | |
tree | d96d5c64cd433a5594ff3a42209a7a70ebe8b390 /gdb/config.in | |
parent | 3558860c6112499e15ab430b849c5c17dc725a68 (diff) | |
download | gdb-0fbb3da7b7698d851a815dd5b2f0735358321d8c.zip gdb-0fbb3da7b7698d851a815dd5b2f0735358321d8c.tar.gz gdb-0fbb3da7b7698d851a815dd5b2f0735358321d8c.tar.bz2 |
* gdb_locale.h: New file.
* Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
(defs_h): Added gdb_locale.h.
* configure, config.in: Rebuilt.
* configure.in (PACKAGE): Define.
* defs.h: Include gdb_locale.h.
* main.c (captured_main): Call setlocale, bindtextdomain,
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 |