Added #undef HAVE_SYSCONF_OPEN_MAX.
authorRoland McGrath <roland@redhat.com>
Sun, 5 Feb 1995 23:36:04 +0000 (23:36 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 5 Feb 1995 23:36:04 +0000 (23:36 +0000)
acconfig.h

index e3366488f937775f01772c10d3e009cc5e9f2e1a..192dc0f828a623012796e28566655b946bbfa44f 100644 (file)
@@ -12,3 +12,6 @@
 
 /* Define this if you have the `union wait' type in <sys/wait.h>.  */
 #undef HAVE_UNION_WAIT
+
+/* Define this if the POSIX.1 call `sysconf (_SC_OPEN_MAX)' works properly.  */
+#undef HAVE_SYSCONF_OPEN_MAX