mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
parent
eecfe974b7
commit
4f2541f975
@ -847,9 +847,6 @@
|
|||||||
/* The size of `time_t', as computed by sizeof. */
|
/* The size of `time_t', as computed by sizeof. */
|
||||||
#define SIZEOF_TIME_T 4
|
#define SIZEOF_TIME_T 4
|
||||||
|
|
||||||
/* The size of `void*', as computed by sizeof. */
|
|
||||||
#define SIZEOF_VOIDP 4
|
|
||||||
|
|
||||||
/* Define to 1 if you have the ANSI C header files. */
|
/* Define to 1 if you have the ANSI C header files. */
|
||||||
#define STDC_HEADERS 1
|
#define STDC_HEADERS 1
|
||||||
|
|
||||||
|
@ -903,9 +903,6 @@
|
|||||||
/* The size of `time_t', as computed by sizeof. */
|
/* The size of `time_t', as computed by sizeof. */
|
||||||
#cmakedefine SIZEOF_TIME_T ${SIZEOF_TIME_T}
|
#cmakedefine SIZEOF_TIME_T ${SIZEOF_TIME_T}
|
||||||
|
|
||||||
/* The size of `void*', as computed by sizeof. */
|
|
||||||
#cmakedefine SIZEOF_VOIDP ${SIZEOF_VOIDP}
|
|
||||||
|
|
||||||
/* Define to 1 if you have the ANSI C header files. */
|
/* Define to 1 if you have the ANSI C header files. */
|
||||||
#cmakedefine STDC_HEADERS 1
|
#cmakedefine STDC_HEADERS 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user