TPF: drop support

There has been no TPF related changes done since September 2010 (commit
7e1a45e224) 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
This commit is contained in:
Daniel Stenberg 2022-02-03 10:42:02 +01:00
parent 5ad5007eba
commit da15443ddd
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
14 changed files with 12 additions and 968 deletions

View file

@ -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>