mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:53:31 +03:00
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:
parent
0d370ecbfe
commit
1bf3643f7b
7 changed files with 5 additions and 1044 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue