]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regen
authorMark Andrews <marka@isc.org>
Tue, 18 Feb 2003 06:47:56 +0000 (06:47 +0000)
committerMark Andrews <marka@isc.org>
Tue, 18 Feb 2003 06:47:56 +0000 (06:47 +0000)
lib/bind/configure

index e1346e74d85d135cdf2efd83ded1bd964ef19c50..3718b48289df0e7aa8ce9ea488d45f2f047ef2e2 100644 (file)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.83.2.2 .
+# From configure.in Revision: 1.83.2.2.4.1 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53.
 #
@@ -12821,6 +12821,8 @@ if test $ac_cv_func_getnetbyaddr_r = yes; then
 #undef _REENTRANT
 #define _REENTRANT
 #define _OSF_SOURCE
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 struct netent *
 getnetbyaddr_r(long net, int type, struct netent *result, char *buffer,
@@ -12873,6 +12875,8 @@ cat >conftest.$ac_ext <<_ACEOF
 #undef _REENTRANT
 #define _REENTRANT
 #define _OSF_SOURCE
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 int getnetbyaddr_r (unsigned long int, int, struct netent *,
                     char *, size_t, struct netent **, int *);
@@ -12924,6 +12928,8 @@ cat >conftest.$ac_ext <<_ACEOF
 #undef _REENTRANT
 #define _REENTRANT
 #define _OSF_SOURCE
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 extern int getnetbyaddr_r(int, int, struct netent *, struct netent_data *);
 
@@ -12970,6 +12976,8 @@ cat conftest.$ac_ext >&5
 cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"
 #include "confdefs.h"
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 int getnetbyaddr_r (long, int, struct netent *, struct netent_data *);
 
@@ -13138,6 +13146,8 @@ if test $ac_cv_func_setnetent_r = yes; then
 #line $LINENO "configure"
 #include "confdefs.h"
 
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 void  setnetent_r (int);
 
@@ -13180,6 +13190,8 @@ cat >conftest.$ac_ext <<_ACEOF
 #include "confdefs.h"
 
 #define _REENTRANT
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 extern int setnetent_r(int, struct netent_data *);
 
@@ -13323,6 +13335,8 @@ if test $ac_cv_func_endnetent_r = yes; then
 
 #undef _REENTRANT
 #define _REENTRANT
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 void  endnetent_r (void);
 
@@ -13365,6 +13379,8 @@ cat >conftest.$ac_ext <<_ACEOF
 
 #undef _REENTRANT
 #define _REENTRANT
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 extern int endnetent_r(struct netent_data *);
 
@@ -13407,6 +13423,8 @@ cat >conftest.$ac_ext <<_ACEOF
 
 #undef _REENTRANT
 #define _REENTRANT
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 extern void endnetent_r(struct netent_data *);
 
@@ -14074,6 +14092,8 @@ if test $ac_cv_func_gethostbyname_r = yes; then
 #line $LINENO "configure"
 #include "confdefs.h"
 
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 struct hostent  *gethostbyname_r
 (const char *name, struct hostent *hp, char *buf, int len, int *h_errnop) {}
@@ -14123,6 +14143,8 @@ cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"
 #include "confdefs.h"
 
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 int gethostbyname_r(const char *name,
                           struct hostent *result,
@@ -14172,6 +14194,7 @@ cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"
 #include "confdefs.h"
 
+#undef __USE_MISC
 #define __USE_MISC
 #include <netdb.h>
 extern int gethostbyname_r (const char *,
@@ -14339,6 +14362,8 @@ if test $ac_cv_func_endhostent_r = yes; then
 
 #undef _REENTRANT
 #define _REENTRANT
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 int endhostent_r(struct hostent_data *buffer);
 
@@ -14381,6 +14406,8 @@ cat >conftest.$ac_ext <<_ACEOF
 
 #undef _REENTRANT
 #define _REENTRANT
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 extern void endhostent_r(struct hostent_data *ht_data);
 
@@ -14424,6 +14451,8 @@ cat >conftest.$ac_ext <<_ACEOF
 
 #undef _REENTRANT
 #define _REENTRANT
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 extern void endhostent_r(void);
 
@@ -14570,6 +14599,8 @@ if test $ac_cv_func_sethostent_r = yes; then
 
 #undef _REENTRANT
 #define _REENTRANT
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 extern void sethostent_r(int flag, struct hostent_data *ht_data);
 #ifdef F77_DUMMY_MAIN
@@ -14609,6 +14640,8 @@ cat >conftest.$ac_ext <<_ACEOF
 
 #undef _REENTRANT
 #define _REENTRANT
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 extern int sethostent_r(int flag, struct hostent_data *ht_data);
 #ifdef F77_DUMMY_MAIN
@@ -14648,6 +14681,8 @@ cat >conftest.$ac_ext <<_ACEOF
 
 #undef _REENTRANT
 #define _REENTRANT
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 void            sethostent_r (int);
 #ifdef F77_DUMMY_MAIN
@@ -14930,6 +14965,8 @@ if test $ac_cv_func_getnetgrent_r = yes; then
 #line $LINENO "configure"
 #include "confdefs.h"
 
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 int getnetgrent_r(char **m, char **u, char **d, char *b, int l) {}
 
@@ -14976,6 +15013,8 @@ cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"
 #include "confdefs.h"
 
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 int getnetgrent_r(char **m, char **u, char **d, char *b, size_t l) {}
 
@@ -15022,6 +15061,8 @@ cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"
 #include "confdefs.h"
 
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 extern int getnetgrent_r( char **, char **, char **, void **);
 
@@ -15478,6 +15519,8 @@ if test $ac_cv_func_getprotoent_r = yes; then
 #line $LINENO "configure"
 #include "confdefs.h"
 
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 struct protoent *getprotoent_r(struct protoent *result,
                 char *buffer, int buflen) {}
@@ -15527,6 +15570,8 @@ cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"
 #include "confdefs.h"
 
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 int getprotoent_r (struct protoent *, char *, size_t, struct protoent **);
 
@@ -15686,6 +15731,8 @@ if test $ac_cv_func_endprotoent_r = yes; then
 
 #undef _REENTRANT
 #define _REENTRANT
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 void endprotoent_r(void);
 
@@ -15828,6 +15875,8 @@ if test $ac_cv_func_setprotoent_r = yes; then
 
 #undef _REENTRANT
 #define _REENTRANT
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 void               setprotoent_r __P((int));
 
@@ -16802,6 +16851,8 @@ if test $ac_cv_func_getservent_r = yes; then
 #line $LINENO "configure"
 #include "confdefs.h"
 
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 struct servent *
 getservent_r(struct servent *result, char *buffer, int buflen) {}
@@ -16849,6 +16900,8 @@ cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"
 #include "confdefs.h"
 
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 int
 getservent_r (struct servent *, char *, size_t, struct servent **);
@@ -17006,6 +17059,8 @@ if test $ac_cv_func_endservent_r = yes; then
 
 #undef _REENTRANT
 #define _REENTRANT
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 void endservent_r(void);
 
@@ -17148,6 +17203,8 @@ if test $ac_cv_func_setservent_r = yes; then
 
 #undef _REENTRANT
 #define _REENTRANT
+#undef __USE_MISC
+#define __USE_MISC
 #include <netdb.h>
 void            setservent_r(int);