summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-06-27 01:27:10 +0000
committerRoland McGrath <roland@gnu.org>1992-06-27 01:27:10 +0000
commitb86354239e7bf4f8809865540c15bcce68fb1252 (patch)
treec5fa80b7184bc5e8abef6bf0a5dceca52ad55bc0 /Makeconfig
parent3d36a55a9b5761ad624a543980464b14df7d8201 (diff)
Formerly ../Makeconfig.~37~
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig
index 88231c6465..047d2664f4 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -108,6 +108,12 @@ ifndef stddef.h
stddef.h = stddef.h
endif
+# Define if the library should install its own <stdarg.h>.
+# Do this unless you are using version 2.3 or later of GCC.
+ifndef stdarg.h
+stdarg.h = stdarg.h
+endif
+
# Where to install machine-independent data files.
# These are the timezone database, and eventually the locale database.
ifndef datadir