From 87ccd613cab1947878ef60e3c927f717df089233 Mon Sep 17 00:00:00 2001 From: Ivo Timmermans Date: Thu, 4 May 2000 00:00:50 +0000 Subject: [PATCH] More for getopt support. --- acconfig.h | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.20.1