diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-21 15:59:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-21 15:59:01 +0000 |
commit | 18ea4416b732c2e38d4138c721d8f6101d302944 (patch) | |
tree | 132a98cb354fd0e4fcbbe8ffaaaa180cac155288 /gdb/config.in | |
parent | baaaf6f299d75c5e7be7a85ea1fc9cf7a7163aaf (diff) | |
download | binutils-18ea4416b732c2e38d4138c721d8f6101d302944.zip binutils-18ea4416b732c2e38d4138c721d8f6101d302944.tar.gz binutils-18ea4416b732c2e38d4138c721d8f6101d302944.tar.bz2 |
* config.in: Rename from config.h.in.
* configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
Change CONFIG_HEADERS test in AC_OUTPUT accordingly.
* configure: Rebuild.
* Makefile.in (stamp-h): Depend upon config.in, not config.h.in.
Set CONFIG_HEADERS to config.h:config.in.
The file name config.h.in can be used on DOS filesystems.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in new file mode 100644 index 0000000..a3f8f2e --- /dev/null +++ b/gdb/config.in @@ -0,0 +1,78 @@ +/* config.in. Generated automatically from configure.in by autoheader. */ + +/* Define if on AIX 3. + System headers sometimes define this. + We just want to avoid a redefinition error message. */ +#ifndef _ALL_SOURCE +#undef _ALL_SOURCE +#endif + +/* Define if the `long double' type works. */ +#undef HAVE_LONG_DOUBLE + +/* Define if you have a working `mmap' system call. */ +#undef HAVE_MMAP + +/* Define if on MINIX. */ +#undef _MINIX + +/* Define if the system does not provide POSIX.1 features except + with this defined. */ +#undef _POSIX_1_SOURCE + +/* Define if you need to in order for stat and other things to work. */ +#undef _POSIX_SOURCE + +/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */ +#undef STAT_MACROS_BROKEN + +/* Define if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define if fpregset_t type is available. */ +#undef HAVE_FPREGSET_T + +/* Define if gregset_t type is available. */ +#undef HAVE_GREGSET_T + +/* Define if you have the getpagesize function. */ +#undef HAVE_GETPAGESIZE + +/* Define if you have the valloc function. */ +#undef HAVE_VALLOC + +/* Define if you have the <limits.h> header file. */ +#undef HAVE_LIMITS_H + +/* Define if you have the <link.h> header file. */ +#undef HAVE_LINK_H + +/* Define if you have the <memory.h> header file. */ +#undef HAVE_MEMORY_H + +/* Define if you have the <sgtty.h> header file. */ +#undef HAVE_SGTTY_H + +/* Define if you have the <stddef.h> header file. */ +#undef HAVE_STDDEF_H + +/* Define if you have the <string.h> header file. */ +#undef HAVE_STRING_H + +/* Define if you have the <strings.h> header file. */ +#undef HAVE_STRINGS_H + +/* Define if you have the <sys/procfs.h> header file. */ +#undef HAVE_SYS_PROCFS_H + +/* Define if you have the <termio.h> header file. */ +#undef HAVE_TERMIO_H + +/* Define if you have the <termios.h> header file. */ +#undef HAVE_TERMIOS_H + +/* Define if you have the <unistd.h> header file. */ +#undef HAVE_UNISTD_H + +/* Define if you have the dl library (-ldl). */ +#undef HAVE_LIBDL |