vxworks: drop support

No changes or fixes in vxworks related code since 2009 leads me to
believe that this doesn't work anymore.

Closes #8362
This commit is contained in:
Daniel Stenberg 2022-01-31 17:41:38 +01:00
parent 0d370ecbfe
commit 1bf3643f7b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 5 additions and 1044 deletions

View file

@ -105,10 +105,6 @@
# include "config-tpf.h"
#endif
#ifdef __VXWORKS__
# include "config-vxworks.h"
#endif
#ifdef __PLAN9__
# include "config-plan9.h"
#endif
@ -285,11 +281,6 @@
# define select(a,b,c,d,e) tpf_select_libcurl(a,b,c,d,e)
#endif
#ifdef __VXWORKS__
# include <sockLib.h> /* for generic BSD socket functions */
# include <ioLib.h> /* for basic I/O interface functions */
#endif
#ifdef __AMIGA__
# include <exec/types.h>
# include <exec/execbase.h>