From: Erez Zadok Date: Fri, 7 Oct 2005 20:34:19 +0000 (+0000) Subject: * m4/macros/header_templates.m4: add missing templates for X-Git-Tag: am-utils-6_2a1~12 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=9ef7dfc5ab99d78675eeef3549542393bbd8c556;p=am-utils-6.0.git * m4/macros/header_templates.m4: add missing templates for HAVE_EXTERN_GETDTABLESIZE, HAVE_EXTERN_GETWD, and HAVE_EXTERN_UALARM. --- diff --git a/ChangeLog b/ChangeLog index f586f9f..891383c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-10-07 Erez Zadok + * m4/macros/header_templates.m4: add missing templates for + HAVE_EXTERN_GETDTABLESIZE, HAVE_EXTERN_GETWD, and + HAVE_EXTERN_UALARM. + * amd/info_exec.c (exec_map_open): break assignment from inside conditional, to work around an IRIX-6.5 cc bug. diff --git a/m4/macros/header_templates.m4 b/m4/macros/header_templates.m4 index 611c931..30fe0f0 100644 --- a/m4/macros/header_templates.m4 +++ b/m4/macros/header_templates.m4 @@ -895,6 +895,9 @@ AH_TEMPLATE([HAVE_EXTERN_GETCCENT], AH_TEMPLATE([HAVE_EXTERN_GETDOMAINNAME], [does extern definition for getdomainname() exist?]) +AH_TEMPLATE([HAVE_EXTERN_GETDTABLESIZE], +[does extern definition for getdtablesize() exist?]) + AH_TEMPLATE([HAVE_EXTERN_GETHOSTNAME], [does extern definition for gethostname() exist?]) @@ -907,6 +910,9 @@ AH_TEMPLATE([HAVE_EXTERN_GETTABLESIZE], AH_TEMPLATE([HAVE_EXTERN_GETPAGESIZE], [does extern definition for getpagesize() exist?]) +AH_TEMPLATE([HAVE_EXTERN_GETWD], +[does extern definition for getwd() exist?]) + AH_TEMPLATE([HAVE_EXTERN_HOSTS_CTL], [does extern definition for hosts_ctl() exist?]) @@ -946,6 +952,9 @@ AH_TEMPLATE([HAVE_EXTERN_STRLCPY], AH_TEMPLATE([HAVE_EXTERN_STRSTR], [does extern definition for strstr() exist?]) +AH_TEMPLATE([HAVE_EXTERN_UALARM], +[does extern definition for ualarm() exist?]) + AH_TEMPLATE([HAVE_EXTERN_USLEEP], [does extern definition for usleep() exist?])