summaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2022-11-27 16:03:39 -0500
committerJay Satiro <raysatiro@yahoo.com>2022-12-07 14:30:32 -0500
commit57d3477e77629430889a4159d2bf803892caf7c7 (patch)
tree535ee39190cfbe3ddf3eeb0cf940879bf62aa2fe /lib/config-win32.h
parent7865d09e4cddeb8faebadcbd24fb8f26cc9f81ec (diff)
downloadcurl-57d3477e77629430889a4159d2bf803892caf7c7.tar.gz
build: assume assert.h is always available
- Remove assert.h detection from all build configurations. assert.h is a standard header according to C89. I had proposed this several years ago as part of a larger change that was abandoned. Ref: https://github.com/curl/curl/issues/1237#issuecomment-277500720 Closes https://github.com/curl/curl/pull/9985
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 79ac15c65..a48282141 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -35,9 +35,6 @@
/* Define if you have the <arpa/inet.h> header file. */
/* #define HAVE_ARPA_INET_H 1 */
-/* Define if you have the <assert.h> header file. */
-#define HAVE_ASSERT_H 1
-
/* Define if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1