aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorManfred Hollstein <manfred@gcc.gnu.org>1998-05-21 07:52:41 +0000
committerManfred Hollstein <manfred@gcc.gnu.org>1998-05-21 07:52:41 +0000
commitb9256371fa7d10f7f401a68820fdcbe38c78885e (patch)
tree1171f46d2f27ceab4a009d3956976bac047427ec /libiberty/config.in
parent3fe97d74adf47f126ba3c19e633826eeb95c2662 (diff)
downloadgcc-b9256371fa7d10f7f401a68820fdcbe38c78885e.zip
gcc-b9256371fa7d10f7f401a68820fdcbe38c78885e.tar.gz
gcc-b9256371fa7d10f7f401a68820fdcbe38c78885e.tar.bz2
configure.in: Check for unistd.h as well.
0 * configure.in: Check for unistd.h as well. * configure: Rebuild. * config.in: Rebuild. * getpagesize.c (GNU_OUR_PAGESIZE): Use sysconf only if _SC_PAGESIZE is defined in unistd.h. Reformat conditional block for easier reading. * config.table (shared): Default to no if ${enable_shared} is unset or empty; this logic is used by the toplevel configure scripts, too. From-SVN: r19924
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index 5ef47b0..4195348 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -186,3 +186,6 @@
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
+
+/* Define if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H