diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 14:55:10 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 14:55:10 +0300 |
commit | 00ef0423acd97cb964a2bae54c93a03a8ab50e5e (patch) | |
tree | 2864426773f537f912db1bd716c27b713c5f7dcf /pc/config.h | |
parent | 3ba50a15ebd976f7a88393e2e45dc14b6478b9a9 (diff) | |
download | egawk-00ef0423acd97cb964a2bae54c93a03a8ab50e5e.tar.gz egawk-00ef0423acd97cb964a2bae54c93a03a8ab50e5e.tar.bz2 egawk-00ef0423acd97cb964a2bae54c93a03a8ab50e5e.zip |
Move to 3.1.8.
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pc/config.h b/pc/config.h index 5791de4e..1cdcd72e 100644 --- a/pc/config.h +++ b/pc/config.h @@ -527,6 +527,7 @@ # undef HAVE_POPEN_H # undef HAVE_ALLOCA # define HAVE_MKSTEMP 1 +# define HAVE_USLEEP 1 #define intmax_t long long #define uintmax_t unsigned long long #define restrict /* nothing */ |