More for getopt support.

This commit is contained in:
Ivo Timmermans 2000-05-04 00:00:50 +00:00
parent 6182664859
commit 87ccd613ca

View file

@ -19,3 +19,10 @@
#if !defined(__USE_BSD)
# undef __USE_BSD
#endif
/* For getopt */
#if HAVE_STDLIB_H
# define getopt system_getopt
# include <stdlib.h>
# undef getopt
#endif