aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnulib/config.in
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-07-01 11:25:43 +0000
committerPedro Alves <palves@redhat.com>2013-07-01 11:25:43 +0000
commit38ec22075a7298fbe720aeda2b0c611964b67155 (patch)
tree1f64cbcdc14674569f46b6ba5496582cb7c09c80 /gdb/gnulib/config.in
parente655c1a2f59367d66f81e446f39b84e9eeee1465 (diff)
downloadgdb-38ec22075a7298fbe720aeda2b0c611964b67155.zip
gdb-38ec22075a7298fbe720aeda2b0c611964b67155.tar.gz
gdb-38ec22075a7298fbe720aeda2b0c611964b67155.tar.bz2
Import the "pathmax" gnulib module.
This imports the "pathmax" gnulib module, making PATH_MAX always available on systems that have the notion of a constant max path limit (i.e., practically everywhere except the Hurd), along with fixing a couple broken systems --- see pathmax.h in the patch. This means we can normalize on PATH_MAX throughout the tree (instead of some places using MAXPATHLEN, or defining fallback constants ourselves). This is the just the importing step. gdb/ 2013-07-01 Pedro Alves <palves@redhat.com> * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax. * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4. * gnulib/aclocal.m4: Regenerate. * gnulib/config.in: Regenerate. * gnulib/configure: Regenerate. * gnulib/import/pathmax.h: New file. * gnulib/import/Makefile.am: Regenerate. * gnulib/import/Makefile.in: Regenerate. * gnulib/import/m4/gnulib-cache.m4: Regenerate. * gnulib/import/m4/gnulib-comp.m4: Regenerate. * gnulib/import/m4/pathmax.m4: New file.
Diffstat (limited to 'gdb/gnulib/config.in')
-rw-r--r--gdb/gnulib/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/gnulib/config.in b/gdb/gnulib/config.in
index 9104de1..66b2e3b 100644
--- a/gdb/gnulib/config.in
+++ b/gdb/gnulib/config.in
@@ -784,6 +784,9 @@
/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_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