correctly fix stpcpy

This commit is contained in:
christos 2013-11-06 22:54:49 +00:00
parent 20b1c42258
commit cd92d51af7
1 changed files with 2 additions and 2 deletions

View File

@ -382,10 +382,10 @@
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `stpcpy' function. */
/* #undef HAVE_STPCPY */
#define HAVE_STPCPY 1
/* Define if you have the stpncpy() function and it works. */
/* #undef HAVE_STPNCPY */
#define HAVE_STPNCPY 1
/* Define to 1 if you have the `strcasecmp' function. */
#define HAVE_STRCASECMP 1