From 6f3612539c425da2bc1d34db621696e6a273b01c Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 18 Nov 2010 23:00:31 +0200 Subject: Bring latest byte code gawk into git. Hurray! --- pc/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pc/config.h') diff --git a/pc/config.h b/pc/config.h index 1cdcd72e..c0295f16 100644 --- a/pc/config.h +++ b/pc/config.h @@ -556,5 +556,9 @@ #if defined(_MSC_VER) || defined(__MINGW32__) # define WEXITSTATUS(stat_val) ((stat_val) & ~0xC0000000) #endif + +#ifdef __MINGW32__ +#define HAVE_USLEEP 1 +#endif /* #define NO_LINT 1 */ -- cgit v1.2.3