diff options
author | Yang Tse <yangsita@gmail.com> | 2011-07-25 03:10:24 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-07-25 03:10:24 +0200 |
commit | 0a26b0e3e7e5cb616a03dd428c24e660a60d57ce (patch) | |
tree | a5bb64e938de378eadd64f5ab12af304869e6875 /lib | |
parent | ef2176109fca302ed89193716b62c3a7113552a3 (diff) |
errno.h inclusion conditionally done in setup_once.h - followup
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config-win32ce.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index 93e3b8999..1ade83fbe 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -40,7 +40,7 @@ /* #define HAVE_CRYPTO_H 1 */ /* Define if you have the <errno.h> header file. */ -#define HAVE_ERRNO_H 1 +/* #define HAVE_ERRNO_H 1 */ /* Define if you have the <err.h> header file. */ /* #define HAVE_ERR_H 1 */ |