summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-11-20 21:30:04 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2012-11-20 21:30:04 +0000
commitf1d23c95da3aabb9e667a7c841ff54347200ae39 (patch)
tree7c5940291c5dc6c9057368daf24105a96b37dd9f /config.h.in
parenta05e691064f52506e118bcc3f744be83759add2d (diff)
- Update some configure tests. We actually don't use inet_aton
and friends anymore. git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1670 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/config.h.in b/config.h.in
index 0635cdf..8dacd5f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -70,15 +70,6 @@
/* Define to 1 if the system has the type `error_t'. */
#undef HAVE_ERROR_T
-/* Define to 1 if you have the `inet_aton' function. */
-#undef HAVE_INET_ATON
-
-/* Define to 1 if you have the `inet_ntop' function. */
-#undef HAVE_INET_NTOP
-
-/* Define to 1 if you have the `inet_pton' function. */
-#undef HAVE_INET_PTON
-
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H