r23123: Fix two utterly simply typos that broke the whole build farm...
authorMichael Adam <obnox@samba.org>
Thu, 24 May 2007 21:29:15 +0000 (21:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:52:51 +0000 (14:52 -0500)
Michael

source/lib/replace/replace.h

index 3a8ce1a6f1b46137b5f01445e1085a44959c4680..5918f98bc459c16d44aa6b2449d7b5ae3e0f2510 100644 (file)
@@ -338,12 +338,12 @@ int rep_mkstemp(char *temp);
 char *rep_mkdtemp(char *template);
 #endif
 
-#ifdef HAVE_INET_PTON
+#ifndef HAVE_INET_PTON
 #define inet_pton rep_inet_pton
 int rep_inet_pton(int af, const char *src, void *dst);
 #endif
 
-#ifdef HAVE_INET_NTOP
+#ifndef HAVE_INET_NTOP
 #define inet_ntop rep_inet_ntop
 const char *rep_inet_ntop(int af, const void *src, char *dst, size_t size);
 #endif