correctly fix stpcpy
This commit is contained in:
parent
20b1c42258
commit
cd92d51af7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue