Loading CHANGES +2 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,8 @@ Yang Tse (14 Jul 2008) file has been included. In this way if symbol is defined in the config file it will no longer be ignored. - Removed inclusion of remaining system header files from configuration files. Yang Tse (11 Jul 2008) - Added missing multiple header inclusion prevention definition for header file content_encoding.h Loading lib/config-tpf.h +0 −10 Original line number Diff line number Diff line Loading @@ -728,15 +728,5 @@ #define CURL_ICONV_CODESET_OF_HOST "IBM-1047" #endif /* ---------------------------------------------------------------- */ /* HEADER FILES */ /* ---------------------------------------------------------------- */ #include <strings.h> /* for bzero, strcasecmp, and strncasecmp */ #include <string.h> /* for strcpy and strlen */ #include <stdlib.h> /* for rand and srand */ #include <sys/socket.h> /* for select and ioctl*/ #include <netdb.h> /* for in_addr_t definition */ #include <tpf/sysapi.h> /* for tpf_process_signals */ #endif /* __LIBCONFIGTPF_H */ lib/setup.h +9 −0 Original line number Diff line number Diff line Loading @@ -173,6 +173,15 @@ # include <extra/strdup.h> #endif #ifdef TPF # include <strings.h> /* for bzero, strcasecmp, and strncasecmp */ # include <string.h> /* for strcpy and strlen */ # include <stdlib.h> /* for rand and srand */ # include <sys/socket.h> /* for select and ioctl*/ # include <netdb.h> /* for in_addr_t definition */ # include <tpf/sysapi.h> /* for tpf_process_signals */ #endif #include <stdio.h> #ifdef HAVE_ASSERT_H #include <assert.h> Loading Loading
CHANGES +2 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,8 @@ Yang Tse (14 Jul 2008) file has been included. In this way if symbol is defined in the config file it will no longer be ignored. - Removed inclusion of remaining system header files from configuration files. Yang Tse (11 Jul 2008) - Added missing multiple header inclusion prevention definition for header file content_encoding.h Loading
lib/config-tpf.h +0 −10 Original line number Diff line number Diff line Loading @@ -728,15 +728,5 @@ #define CURL_ICONV_CODESET_OF_HOST "IBM-1047" #endif /* ---------------------------------------------------------------- */ /* HEADER FILES */ /* ---------------------------------------------------------------- */ #include <strings.h> /* for bzero, strcasecmp, and strncasecmp */ #include <string.h> /* for strcpy and strlen */ #include <stdlib.h> /* for rand and srand */ #include <sys/socket.h> /* for select and ioctl*/ #include <netdb.h> /* for in_addr_t definition */ #include <tpf/sysapi.h> /* for tpf_process_signals */ #endif /* __LIBCONFIGTPF_H */
lib/setup.h +9 −0 Original line number Diff line number Diff line Loading @@ -173,6 +173,15 @@ # include <extra/strdup.h> #endif #ifdef TPF # include <strings.h> /* for bzero, strcasecmp, and strncasecmp */ # include <string.h> /* for strcpy and strlen */ # include <stdlib.h> /* for rand and srand */ # include <sys/socket.h> /* for select and ioctl*/ # include <netdb.h> /* for in_addr_t definition */ # include <tpf/sysapi.h> /* for tpf_process_signals */ #endif #include <stdio.h> #ifdef HAVE_ASSERT_H #include <assert.h> Loading