moved the definitions of IOCTL_3_ARGS to setup.h
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
@@ -68,7 +67,6 @@
|
||||
#endif
|
||||
|
||||
#ifdef VMS
|
||||
#define IOCTL_3_ARGS
|
||||
#include <inet.h>
|
||||
#endif
|
||||
|
||||
@@ -79,10 +77,6 @@
|
||||
#include "memdebug.h"
|
||||
#endif
|
||||
|
||||
#ifdef DJGPP
|
||||
#define IOCTL_3_ARGS
|
||||
#endif
|
||||
|
||||
#define SYS_ERROR -1
|
||||
|
||||
char *Curl_if2ip(char *interface, char *buf, int buf_size)
|
||||
|
Reference in New Issue
Block a user