summaryrefslogtreecommitdiff
path: root/sysdeps/unix/mk-local_lim.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/mk-local_lim.c')
-rw-r--r--sysdeps/unix/mk-local_lim.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sysdeps/unix/mk-local_lim.c b/sysdeps/unix/mk-local_lim.c
index c9a1d3dfb8..b2212ee46d 100644
--- a/sysdeps/unix/mk-local_lim.c
+++ b/sysdeps/unix/mk-local_lim.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1996 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -92,6 +92,13 @@ static struct param params[] =
{ "PATH_MAX", PATH_MAX },
#endif
+#if !defined (SYMLOOP_MAX) && defined (MAXSYMLINKS)
+#define SYMLOOP_MAX MAXSYMLINKS
+#endif
+#ifdef SYMLOOP_MAX
+ { "SYMLOOP_MAX", SYMLOOP_MAX },
+#endif
+
{ NULL, 0 }
};