From: Derrick Brashear Date: Thu, 2 Oct 2008 15:01:20 +0000 (+0000) Subject: STABLE14-acinclude-protos-20081002 X-Git-Tag: openafs-stable-1_4_8pre2~8 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e89dfb2e8ba25dd73a964874684de69d4059ed87;p=packages%2Fo%2Fopenafs.git STABLE14-acinclude-protos-20081002 LICENSE IPL10 add missing acinclude templates --- diff --git a/acinclude.m4 b/acinclude.m4 index 90df70476..733e72683 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -815,16 +815,16 @@ case $AFS_SYSNAME in *_linux* | *_umlinux*) AC_DEFINE(EXPORTED_SYS_WAIT4, 1, [define if your linux kernel exports sys_wait4]) fi if test "x$ac_cv_linux_exports_sys_call_table" = "xyes"; then - AC_DEFINE(EXPORTED_SYS_CALL_TABLE) + AC_DEFINE(EXPORTED_SYS_CALL_TABLE, 1, [define if your linux kernel exports sys_call_table]) fi if test "x$ac_cv_linux_exports_ia32_sys_call_table" = "xyes"; then - AC_DEFINE(EXPORTED_IA32_SYS_CALL_TABLE) + AC_DEFINE(EXPORTED_IA32_SYS_CALL_TABLE, 1, [define if your linux kernel exports ia32_sys_call_table]) fi if test "x$ac_cv_linux_exports_kallsyms_symbol" = "xyes"; then - AC_DEFINE(EXPORTED_KALLSYMS_SYMBOL) + AC_DEFINE(EXPORTED_KALLSYMS_SYMBOL, 1, [define if your linux kernel exports kallsyms]) fi if test "x$ac_cv_linux_exports_kallsyms_address" = "xyes"; then - AC_DEFINE(EXPORTED_KALLSYMS_ADDRESS) + AC_DEFINE(EXPORTED_KALLSYMS_ADDRESS, 1, [define if your linux kernel exports kallsyms address]) fi if test "x$ac_cv_linux_completion_h_exists" = "xyes" ; then AC_DEFINE(COMPLETION_H_EXISTS, 1, [define if completion_h exists]) @@ -1113,7 +1113,7 @@ else #include ], [static int i; i = 0;], [AC_MSG_RESULT(yes) - AC_DEFINE(HAVE_ARPA_NAMESER_COMPAT_H)], + AC_DEFINE(HAVE_ARPA_NAMESER_COMPAT_H, 1, [define if arpa/nameser_compat.h exists])], [AC_MSG_RESULT(no) ]) @@ -1343,7 +1343,7 @@ main() }], ac_cv_sizeof_time_t=`cat conftestval`, ac_cv_sizeof_time_t=0) ]) AC_MSG_RESULT($ac_cv_sizeof_time_t) -AC_DEFINE_UNQUOTED(SIZEOF_TIME_T, $ac_cv_sizeof_time_t) +AC_DEFINE_UNQUOTED(SIZEOF_TIME_T, $ac_cv_sizeof_time_t, [define if time_t is defined]) AC_CHECK_FUNCS(timegm) AC_CHECK_FUNCS(daemon)