More for getopt support.
authorIvo Timmermans <ivo@lychnis.net>
Thu, 4 May 2000 00:00:50 +0000 (00:00 +0000)
committerIvo Timmermans <ivo@lychnis.net>
Thu, 4 May 2000 00:00:50 +0000 (00:00 +0000)
acconfig.h

index 6c39c7d..e97c14b 100644 (file)
 #if !defined(__USE_BSD)
 # undef __USE_BSD
 #endif
 #if !defined(__USE_BSD)
 # undef __USE_BSD
 #endif
+
+/* For getopt */
+#if HAVE_STDLIB_H
+# define getopt system_getopt
+# include <stdlib.h>
+# undef getopt
+#endif