blob: 1d867e51566ff5c5ea7df2673c1e78f09995bd0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ag,v 1.1 2002/09/27 01:50:06 dmcmahill Exp $
--- inet_pton.h.orig Tue May 16 13:02:55 2000
+++ inet_pton.h
@@ -1,4 +1,4 @@
-#ifndef HAVE_INET_PTON
+#ifdef NEED_INET_PTON
#if defined(__cplusplus)
extern "C" {
#endif
@@ -8,4 +8,4 @@ int inet_pton(int af, const char *src, v
#if defined(__cplusplus)
}
#endif
-#endif /* HAVE_INET_PTON */
\ No newline at end of file
+#endif /* NEED_INET_PTON */
|