diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-10-23 16:44:17 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-10-23 16:44:17 +0000 |
commit | a3ffa599fe54e0e5396f1617b7bc1c391055a1b7 (patch) | |
tree | 8891fa831083c937e489821a4eff7ad185d64c40 /ld/config.in | |
parent | 19163ab3bd1380b8bc597679b41e7f6a2346cf6d (diff) | |
download | gdb-a3ffa599fe54e0e5396f1617b7bc1c391055a1b7.zip gdb-a3ffa599fe54e0e5396f1617b7bc1c391055a1b7.tar.gz gdb-a3ffa599fe54e0e5396f1617b7bc1c391055a1b7.tar.bz2 |
2006-10-24 H.J. Lu <hongjiu.lu@intel.com>
* configure.in (AC_CHECK_HEADERS): Add limits.h and sys/param.h.
* configure: Regenerated.
* config.in: Likewise.
Diffstat (limited to 'ld/config.in')
-rw-r--r-- | ld/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/config.in b/ld/config.in index 957336a..46fbb98 100644 --- a/ld/config.in +++ b/ld/config.in @@ -43,6 +43,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the <limits.h> header file. */ +#undef HAVE_LIMITS_H + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -75,6 +78,9 @@ */ #undef HAVE_SYS_NDIR_H +/* Define to 1 if you have the <sys/param.h> header file. */ +#undef HAVE_SYS_PARAM_H + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H |