]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
checkpoint
authorMark Andrews <marka@isc.org>
Tue, 3 Apr 2001 08:03:47 +0000 (08:03 +0000)
committerMark Andrews <marka@isc.org>
Tue, 3 Apr 2001 08:03:47 +0000 (08:03 +0000)
cvs: ----------------------------------------------------------------------

lib/bind/configure
lib/bind/configure.in

index 1e58921a664f15379ff092dd54adc694c4c5c563..3e14a3f937dfaac58cf38806d5c0d353405302d2 100644 (file)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 
-# From configure.in Revision: 1.14 
+# From configure.in Revision: 1.15 
 
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.13 
@@ -5130,7 +5130,7 @@ if eval "test \"`echo '$ac_cv_func_'gethostbyname_r`\" = yes"; then
 
 #include <netdb.h>
 struct hostent  *gethostbyname_r
-        (const char *, struct hostent *, char *, int, int *h_errnop) {}
+(const char *name, struct hostent *hp, char *buf, int len, int *h_errnop) {}
 
 int main() {
 return (0);
@@ -5360,7 +5360,7 @@ if eval "test \"`echo '$ac_cv_func_'getnetgrent_r`\" = yes"; then
 #include "confdefs.h"
 
 #include <netdb.h>
-int getnetgrent_r(char **, char **, char **, char *, int) {}
+int getnetgrent_r(char **m, char **u, char **d, char *b, int l) {}
 
 
 int main() {
index b0c3808c3aa7b4cc2c3e1e6e8b014c090b096b7d..8a060abc0bf6aa52441a71c930e6f2f20a5dfe6c 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.15 $)
+AC_REVISION($Revision: 1.16 $)
 
 AC_INIT(resolv/herror.c)
 AC_PREREQ(2.13)
@@ -1390,7 +1390,7 @@ AC_TRY_COMPILE(
 [
 #include <netdb.h>
 struct hostent  *gethostbyname_r
-        (const char *, struct hostent *, char *, int, int *h_errnop) {}
+(const char *name, struct hostent *hp, char *buf, int len, int *h_errnop) {}
 ],
 [return (0);],
 [
@@ -1457,7 +1457,7 @@ AC_CHECK_FUNC(getnetgrent_r,
 AC_TRY_COMPILE(
 [
 #include <netdb.h>
-int getnetgrent_r(char **, char **, char **, char *, int) {}
+int getnetgrent_r(char **m, char **u, char **d, char *b, int l) {}
 ]
 ,
 [return (0);],