diff options
author | Daniel Stenberg <daniel@haxx.se> | 2022-02-03 10:42:02 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-02-04 08:05:35 +0100 |
commit | da15443dddea2bfb5877f4ab8bea61deaa56b856 (patch) | |
tree | 481ac4dae6e286ff0be83934763ab9d9c1bb098f /lib/curl_setup.h | |
parent | 5ad5007eba76ac9db0c5376cb8dd673a0da81326 (diff) | |
download | curl-da15443dddea2bfb5877f4ab8bea61deaa56b856.tar.gz |
TPF: drop support
There has been no TPF related changes done since September 2010 (commit
7e1a45e224e57) and since this is a platform that is relatively different
than many others (== needs attention), I draw the conclusion that this
build is broken since a long time.
Closes #8378
Diffstat (limited to 'lib/curl_setup.h')
-rw-r--r-- | lib/curl_setup.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/curl_setup.h b/lib/curl_setup.h index 28bc1e4c3..c1161ab6c 100644 --- a/lib/curl_setup.h +++ b/lib/curl_setup.h @@ -101,10 +101,6 @@ # include "config-os400.h" #endif -#ifdef TPF -# include "config-tpf.h" -#endif - #ifdef __PLAN9__ # include "config-plan9.h" #endif @@ -270,17 +266,6 @@ # 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 */ - /* change which select is used for libcurl */ -# define select(a,b,c,d,e) tpf_select_libcurl(a,b,c,d,e) -#endif - #ifdef __AMIGA__ # include <exec/types.h> # include <exec/execbase.h> |