summaryrefslogtreecommitdiff
path: root/config.hw.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-09-22 00:59:37 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-09-22 00:59:37 +0000
commit35f170888f18ab3da6e917ab1eddfe1d7693b8be (patch)
tree30cbe7de0cde0c2fd1d85fab7814ccb8d70b37ac /config.hw.in
parent2c018ea3f393a94594bd7e6186605bf764935e08 (diff)
downloadneon-35f170888f18ab3da6e917ab1eddfe1d7693b8be.tar.gz
* config.hw.in (in_addr_t) [!USE_GETADDRINFO]: Define to unsigned int.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@721 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'config.hw.in')
-rw-r--r--config.hw.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.hw.in b/config.hw.in
index e057854..5dff0dd 100644
--- a/config.hw.in
+++ b/config.hw.in
@@ -52,6 +52,10 @@
#define inline __inline
#define off_t _off_t
+#ifndef USE_GETADDRINFO
+#define in_addr_t unsigned int
+#endif
+
#include <io.h>
#define read _read