From: Ivo Timmermans Date: Thu, 4 May 2000 00:00:50 +0000 (+0000) Subject: More for getopt support. X-Git-Tag: release-1.0pre1~6 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=87ccd613cab1947878ef60e3c927f717df089233 More for getopt support. --- diff --git a/acconfig.h b/acconfig.h index 6c39c7d5..e97c14b2 100644 --- a/acconfig.h +++ b/acconfig.h @@ -19,3 +19,10 @@ #if !defined(__USE_BSD) # undef __USE_BSD #endif + +/* For getopt */ +#if HAVE_STDLIB_H +# define getopt system_getopt +# include +# undef getopt +#endif