aboutsummaryrefslogtreecommitdiff
path: root/lib/if2ip.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-29 15:35:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-29 15:35:42 +0000
commit7e45a1ac5310cba784fe4434e41f6ad276976d80 (patch)
tree29b217a2917dadce2ebe9fb4f2cab1fb1f4282eb /lib/if2ip.c
parent76a51ef4b3c4d1db80223a57ff9928019d3312cb (diff)
moved the definitions of IOCTL_3_ARGS to setup.h
Diffstat (limited to 'lib/if2ip.c')
-rw-r--r--lib/if2ip.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/if2ip.c b/lib/if2ip.c
index 84785a580..0dd403ac9 100644
--- a/lib/if2ip.c
+++ b/lib/if2ip.c
@@ -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)