]> granicus.if.org Git - php/commit
Include php_config.h in both files, otherwise HAVE_STRLCAT/HAVE_STRLCPY
authorSascha Schumann <sas@php.net>
Fri, 26 Nov 1999 13:33:41 +0000 (13:33 +0000)
committerSascha Schumann <sas@php.net>
Fri, 26 Nov 1999 13:33:41 +0000 (13:33 +0000)
commit5d34e43f8d238748d1659cd92c86bae65edd189b
tree856f983f5ed7462549b37a6ce1a83ab6dfc52aed
parent327e8f7e0696007fd83cc42686368eac4f5734d0
Include php_config.h in both files, otherwise HAVE_STRLCAT/HAVE_STRLCPY
will never be defined, even on systems which have these functions.
main/strlcat.c
main/strlcpy.c