diff options
author | Yang Tse <yangsita@gmail.com> | 2011-07-24 04:39:43 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-07-24 04:39:43 +0200 |
commit | ef2176109fca302ed89193716b62c3a7113552a3 (patch) | |
tree | 6b791e483e9022b7657ea9bd06ed1cbdee7958ab /lib/config-os400.h | |
parent | 27b8814017a19009b22e4b51aea1ae711ec20459 (diff) | |
download | curl-ef2176109fca302ed89193716b62c3a7113552a3.tar.gz |
errno.h inclusion conditionally done in setup_once.h
Diffstat (limited to 'lib/config-os400.h')
-rw-r--r-- | lib/config-os400.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-os400.h b/lib/config-os400.h index 8dba1e4cd..4d2730928 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -97,6 +97,9 @@ /* Define if you have the <des.h> header file. */ #undef HAVE_DES_H +/* Define if you have the <errno.h> header file. */ +#define HAVE_ERRNO_H + /* Define if you have the <err.h> header file. */ #undef HAVE_ERR_H |