summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2006-10-31 18:01:07 +0000
committerGisle Vanem <gvanem@broadpark.no>2006-10-31 18:01:07 +0000
commitad772d7b483ef6ffb5ee1dd20880d380540f19f7 (patch)
treed6157e4ac7b926489e9ba8fe0b9045e2fe3545d9
parenta56ef9272979c53108da5f316decc482deedb46f (diff)
downloadgnurl-ad772d7b483ef6ffb5ee1dd20880d380540f19f7.tar.gz
gnurl-ad772d7b483ef6ffb5ee1dd20880d380540f19f7.tar.bz2
gnurl-ad772d7b483ef6ffb5ee1dd20880d380540f19f7.zip
Removed unneeded stuff.
-rw-r--r--ares/config-win32.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/ares/config-win32.h b/ares/config-win32.h
index 4ab422844..c3eadf824 100644
--- a/ares/config-win32.h
+++ b/ares/config-win32.h
@@ -70,24 +70,6 @@
/* Define if you have the ioctlsocket function. */
#define HAVE_IOCTLSOCKET 1
-/* Define if you have the getnameinfo function. */
-#define HAVE_GETNAMEINFO 1
-
-/* Define to the type qualifier of arg 1 for getnameinfo. */
-#define GETNAMEINFO_QUAL_ARG1 const
-
-/* Define to the type of arg 1 for getnameinfo. */
-#define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
-
-/* Define to the type of arg 2 for getnameinfo. */
-#define GETNAMEINFO_TYPE_ARG2 socklen_t
-
-/* Define to the type of args 4 and 6 for getnameinfo. */
-#define GETNAMEINFO_TYPE_ARG46 DWORD
-
-/* Define to the type of arg 7 for getnameinfo. */
-#define GETNAMEINFO_TYPE_ARG7 int
-
/* Define if you have the recv function. */
#define HAVE_RECV 1