diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/config.w32.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/main/config.w32.h b/main/config.w32.h index 1c08814065..a9ffa533f2 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -192,6 +192,12 @@ /* Define if you have the memcpy function. */ #define HAVE_MEMCPY 1 +/* Define if you have the strlcat function. */ +/* #undef HAVE_STRLCAT */ + +/* Define if you have the strlcpy function. */ +/* #undef HAVE_STRLCPY */ + /* Define if you have the memmove function. */ #define HAVE_MEMMOVE 1 |