From 762b3a4c2246ac817da7bac7ccb78889f117ca93 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 4 May 2012 14:18:12 +0300 Subject: DJGPP --> __DJGPP__ --- getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getopt.c') diff --git a/getopt.c b/getopt.c index 58df01a0..d0996d4a 100644 --- a/getopt.c +++ b/getopt.c @@ -58,7 +58,7 @@ /* This needs to come after some library #include to get __GNU_LIBRARY__ defined. */ -#if defined (__GNU_LIBRARY__) || defined (__CYGWIN__) || defined(DJGPP) +#if defined (__GNU_LIBRARY__) || defined (__CYGWIN__) || defined(__DJGPP__) /* Don't include stdlib.h for * non-GNU C libraries * non-Cygwin -- cgit v1.2.3