Loading lib/Makefile.netware +2 −0 Original line number Diff line number Diff line Loading @@ -500,6 +500,8 @@ endif @echo $(DL)#define HAVE_UTIME_H 1$(DL) >> $@ @echo $(DL)#define HAVE_WRITEV 1$(DL) >> $@ @echo $(DL)#define RETSIGTYPE void$(DL) >> $@ @echo $(DL)#define SIZEOF_INT 4$(DL) >> $@ @echo $(DL)#define SIZEOF_SHORT 2$(DL) >> $@ @echo $(DL)#define SIZEOF_STRUCT_IN_ADDR 4$(DL) >> $@ @echo $(DL)#define STDC_HEADERS 1$(DL) >> $@ @echo $(DL)#define TIME_WITH_SYS_TIME 1$(DL) >> $@ Loading lib/config-amigaos.h +3 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,9 @@ #define NEED_MALLOC_H 1 #define SIZEOF_INT 4 #define SIZEOF_SHORT 2 #define USE_OPENSSL 1 #define USE_SSLEAY 1 #define CURL_DISABLE_LDAP 1 Loading lib/config-mac.h +3 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,9 @@ #define RETSIGTYPE void #define SIZEOF_INT 4 #define SIZEOF_SHORT 2 #define HAVE_GETNAMEINFO 1 #define GETNAMEINFO_QUAL_ARG1 const #define GETNAMEINFO_TYPE_ARG1 struct sockaddr * Loading lib/config-os400.h +6 −0 Original line number Diff line number Diff line Loading @@ -349,6 +349,9 @@ /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void /* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 4 /* The size of a `long double', as computed by sizeof. */ #define SIZEOF_LONG_DOUBLE 8 Loading @@ -358,6 +361,9 @@ /* The size of a `long long', as computed by sizeof. */ #define SIZEOF_LONG_LONG 8 /* The size of `short', as computed by sizeof. */ #define SIZEOF_SHORT 2 /* Whether long long constants must be suffixed by LL. */ #define HAVE_LL Loading lib/config-riscos.h +8 −2 Original line number Diff line number Diff line Loading @@ -338,12 +338,18 @@ /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void /* The size of a `long double', as computed by sizeof. */ /* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 4 /* The size of `long double', as computed by sizeof. */ #undef SIZEOF_LONG_DOUBLE /* The size of a `long long', as computed by sizeof. */ /* The size of `long long', as computed by sizeof. */ #undef SIZEOF_LONG_LONG /* The size of `short', as computed by sizeof. */ #define SIZEOF_SHORT 2 /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS Loading Loading
lib/Makefile.netware +2 −0 Original line number Diff line number Diff line Loading @@ -500,6 +500,8 @@ endif @echo $(DL)#define HAVE_UTIME_H 1$(DL) >> $@ @echo $(DL)#define HAVE_WRITEV 1$(DL) >> $@ @echo $(DL)#define RETSIGTYPE void$(DL) >> $@ @echo $(DL)#define SIZEOF_INT 4$(DL) >> $@ @echo $(DL)#define SIZEOF_SHORT 2$(DL) >> $@ @echo $(DL)#define SIZEOF_STRUCT_IN_ADDR 4$(DL) >> $@ @echo $(DL)#define STDC_HEADERS 1$(DL) >> $@ @echo $(DL)#define TIME_WITH_SYS_TIME 1$(DL) >> $@ Loading
lib/config-amigaos.h +3 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,9 @@ #define NEED_MALLOC_H 1 #define SIZEOF_INT 4 #define SIZEOF_SHORT 2 #define USE_OPENSSL 1 #define USE_SSLEAY 1 #define CURL_DISABLE_LDAP 1 Loading
lib/config-mac.h +3 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,9 @@ #define RETSIGTYPE void #define SIZEOF_INT 4 #define SIZEOF_SHORT 2 #define HAVE_GETNAMEINFO 1 #define GETNAMEINFO_QUAL_ARG1 const #define GETNAMEINFO_TYPE_ARG1 struct sockaddr * Loading
lib/config-os400.h +6 −0 Original line number Diff line number Diff line Loading @@ -349,6 +349,9 @@ /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void /* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 4 /* The size of a `long double', as computed by sizeof. */ #define SIZEOF_LONG_DOUBLE 8 Loading @@ -358,6 +361,9 @@ /* The size of a `long long', as computed by sizeof. */ #define SIZEOF_LONG_LONG 8 /* The size of `short', as computed by sizeof. */ #define SIZEOF_SHORT 2 /* Whether long long constants must be suffixed by LL. */ #define HAVE_LL Loading
lib/config-riscos.h +8 −2 Original line number Diff line number Diff line Loading @@ -338,12 +338,18 @@ /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void /* The size of a `long double', as computed by sizeof. */ /* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 4 /* The size of `long double', as computed by sizeof. */ #undef SIZEOF_LONG_DOUBLE /* The size of a `long long', as computed by sizeof. */ /* The size of `long long', as computed by sizeof. */ #undef SIZEOF_LONG_LONG /* The size of `short', as computed by sizeof. */ #define SIZEOF_SHORT 2 /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS Loading