mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
checkpoint
This commit is contained in:
518
lib/bind/configure
vendored
518
lib/bind/configure
vendored
File diff suppressed because it is too large
Load Diff
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
|
|||||||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||||
AC_DIVERT_POP()dnl
|
AC_DIVERT_POP()dnl
|
||||||
|
|
||||||
AC_REVISION($Revision: 1.38 $)
|
AC_REVISION($Revision: 1.39 $)
|
||||||
|
|
||||||
AC_INIT(resolv/herror.c)
|
AC_INIT(resolv/herror.c)
|
||||||
AC_PREREQ(2.13)
|
AC_PREREQ(2.13)
|
||||||
@@ -486,6 +486,9 @@ then
|
|||||||
AC_DEFINE(POSIX_GETGRGID_R)
|
AC_DEFINE(POSIX_GETGRGID_R)
|
||||||
AC_DEFINE(POSIX_GETGRNAM_R)
|
AC_DEFINE(POSIX_GETGRNAM_R)
|
||||||
;;
|
;;
|
||||||
|
*hpux11*)
|
||||||
|
AC_DEFINE(_PTHREADS_DRAFT4)
|
||||||
|
;;
|
||||||
#
|
#
|
||||||
# UnixWare does things its own way.
|
# UnixWare does things its own way.
|
||||||
#
|
#
|
||||||
@@ -1711,7 +1714,7 @@ AC_TRY_COMPILE([
|
|||||||
int getpwent_r(struct passwd *result, char *buffer, int buflen,
|
int getpwent_r(struct passwd *result, char *buffer, int buflen,
|
||||||
FILE **pwfp);
|
FILE **pwfp);
|
||||||
], ,
|
], ,
|
||||||
PASS_R_SET_RESULT="#undef PASS_R_SET_RESULT PASS_R_OK"
|
PASS_R_SET_RESULT="#define PASS_R_SET_RESULT PASS_R_OK"
|
||||||
PASS_R_SET_RETURN="#define PASS_R_SET_RETURN int"
|
PASS_R_SET_RETURN="#define PASS_R_SET_RETURN int"
|
||||||
,
|
,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user