From 817f6382d396af9ba852eb1207da8eb59d77bfea Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 26 Sep 2003 15:28:49 +0000 Subject: [PATCH] Better avoid collision with AIX stpncpy(). --- m4/ChangeLog | 3 ++- m4/stpncpy.m4 | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/m4/ChangeLog b/m4/ChangeLog index 61b46fe8df..3dea04556b 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,6 +1,7 @@ 2003-09-26 Bruno Haible - * stpncpy.m4: Add comments about the AIX stpncpy(). + * stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX stpncpy(). + Don't define stpncpy through config.h; it's now done through stpncpy.h. 2003-09-25 Simon Josefsson Bruno Haible diff --git a/m4/stpncpy.m4 b/m4/stpncpy.m4 index fc47e65ccc..aebfe739b9 100644 --- a/m4/stpncpy.m4 +++ b/m4/stpncpy.m4 @@ -52,8 +52,6 @@ int main () { [Define if you have the stpncpy() function and it works.]) else AC_LIBOBJ([stpncpy]) - AC_DEFINE(stpncpy, rpl_stpncpy, - [Define to rpl_stpncpy if the replacement function should be used.]) gl_PREREQ_STPNCPY fi ]) -- 2.30.2