summaryrefslogtreecommitdiff
path: root/lib/config-win32ce.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-01-16 23:10:22 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-01-17 08:49:25 +0100
commitf6088822ce88457b1ac52cee71342daafb4acb75 (patch)
treea389144b5aeaec074ffab1cbe3ae7f0b4014e1aa /lib/config-win32ce.h
parent90dd1fc66401d5bb7814f4edeb16a06c925b1f1e (diff)
downloadcurl-f6088822ce88457b1ac52cee71342daafb4acb75.tar.gz
misc: remove the final watcom references
Follow-up to bbf8cae44dedc495e6 We removed support for the watcom builds files back in September 2020. This removes all remaining watcom references and ifdefs. Closes #8287
Diffstat (limited to 'lib/config-win32ce.h')
-rw-r--r--lib/config-win32ce.h8
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