diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2021-06-28 08:30:32 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2021-07-23 12:40:42 -0700 |
commit | 83245d9ff352b742753cff1216781ff041e4e987 (patch) | |
tree | b51f7056898d1568210e58b990ce1aa96ec93f04 /lib/config-win32.h | |
parent | 9a6f974881b64acb802cf727ea3b473eb53196a0 (diff) | |
download | curl-83245d9ff352b742753cff1216781ff041e4e987.tar.gz |
Get rid of the unused HAVE_SIG_ATOMIC_T et. al.
It was added in 2006 but I see no evidence it was ever used.
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r-- | lib/config-win32.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h index 244e5ae72..b6a6ced59 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -149,9 +149,6 @@ /* OTHER HEADER INFO */ /* ---------------------------------------------------------------- */ -/* Define if sig_atomic_t is an available typedef. */ -#define HAVE_SIG_ATOMIC_T 1 - /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 |