Better avoid collision with AIX stpncpy().
authorBruno Haible <bruno@clisp.org>
Fri, 26 Sep 2003 15:28:49 +0000 (15:28 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 26 Sep 2003 15:28:49 +0000 (15:28 +0000)
m4/ChangeLog
m4/stpncpy.m4

index 61b46fe..3dea045 100644 (file)
@@ -1,6 +1,7 @@
 2003-09-26  Bruno Haible  <bruno@clisp.org>
 
-       * 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  <jas@extundo.com>
             Bruno Haible  <bruno@clisp.org>
index fc47e65..aebfe73 100644 (file)
@@ -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
 ])