diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2004-11-08 14:21:24 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2004-11-08 14:21:24 +0000 |
commit | 592686bee98b50093c11245466552eaf6e0b92f1 (patch) | |
tree | d34d4646d27c4d5b340ac9907d6729eae8f4f6d7 /lib/config-win32ce.h | |
parent | f471a293ea995aa071e016d25388e9e26e43b6c0 (diff) |
Change OS name. Fix header guard.
Diffstat (limited to 'lib/config-win32ce.h')
-rw-r--r-- | lib/config-win32ce.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index bf2690c86..e15b28a71 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -1,8 +1,8 @@ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ -#ifndef __CONFIG_WIN32_H -#define __CONFIG_WIN32_H +#ifndef __CONFIG_WIN32CE_H +#define __CONFIG_WIN32CE_H /* Define if on AIX 3. System headers sometimes define this. @@ -40,7 +40,7 @@ #endif /* Borland lacks _lseeki64(), so we don't support >2GB files */ -#define SIZEOF_CURL_OFF_T 4 +#define SIZEOF_CURL_OFF_T 4 /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 @@ -49,7 +49,7 @@ /* #define TIME_WITH_SYS_TIME 1 */ /* Define cpu-machine-OS */ -#define OS "i386-pc-win32" +#define OS "i386-pc-win32ce" /* The number of bytes in a long double. */ #define SIZEOF_LONG_DOUBLE 16 |