aboutsummaryrefslogtreecommitdiff
path: root/lib/setup-os400.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-11-17 19:08:35 +0000
committerYang Tse <yangsita@gmail.com>2008-11-17 19:08:35 +0000
commita15b6a6f86229de50f7622e23a6b19c040d3d4e1 (patch)
treedc93d77360b88ca4ba23482fe5592d5c06b92c3a /lib/setup-os400.h
parent20d3e2b9675d4158625e8e413e5c09f65cb80cab (diff)
the IP address we want/request/use from the interface is the 'local'
address, the one on the box libcurl is running, not the 'remote' one.
Diffstat (limited to 'lib/setup-os400.h')
-rw-r--r--lib/setup-os400.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/setup-os400.h b/lib/setup-os400.h
index 5efa6863b..eb51bc24c 100644
--- a/lib/setup-os400.h
+++ b/lib/setup-os400.h
@@ -30,9 +30,6 @@
/* OS/400 netdb.h does not define NI_MAXSERV. */
#define NI_MAXSERV 32
-/* OS/400 does not define the ifr_dstaddr union member. */
-#define ifr_dstaddr ifr_addr
-
/* No OS/400 header file defines u_int32_t. */
typedef unsigned long u_int32_t;