diff options
author | Daniel Stenberg <daniel@haxx.se> | 2022-01-16 23:10:22 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-01-16 23:10:22 +0100 |
commit | 61592c25bc2a0f74e1658e443e5c3d500b7c6339 (patch) | |
tree | 931a096230c224676eab0548fb1bed1d57f506e4 /lib/config-win32ce.h | |
parent | f974bee6235ea049667e9c8f8edc2c84cc5e0f91 (diff) | |
download | curl-bagder/rm-watcom.tar.gz |
misc: remove watcom referencesbagder/rm-watcom
Follow-up to bbf8cae44dedc495e6
We removed support for the watcom builds files back in September
2020. This removes all remaining watcom references and ifdefs.
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 889028b26..ca197d69b 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -103,7 +103,7 @@ #define HAVE_TIME_H 1 /* Define if you have the <unistd.h> header file. */ -#if defined(__MINGW32__) || defined(__WATCOMC__) || defined(__LCC__) +#if defined(__MINGW32__) || defined(__LCC__) #define HAVE_UNISTD_H 1 #endif @@ -191,7 +191,7 @@ #define HAVE_STRSTR 1 /* Define if you have the strtoll function. */ -#if defined(__MINGW32__) || defined(__WATCOMC__) +#if defined(__MINGW32__) #define HAVE_STRTOLL 1 #endif @@ -269,7 +269,7 @@ #define in_addr_t unsigned long /* Define ssize_t if it is not an available 'typedefed' type */ -#if (defined(__WATCOMC__) && (__WATCOMC__ >= 1240)) || defined(__POCC__) +#if defined(__POCC__) #elif defined(_WIN64) #define ssize_t __int64 #else |