diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 7f0b2c9..aa6f1a1 100644 --- a/config.h.in +++ b/config.h.in @@ -169,15 +169,15 @@ /* Define if you have the strpbrk function. */ #undef HAVE_STRPBRK +/* Define if you have the strsep function. */ +#undef HAVE_STRSEP + /* Define if you have the strspn function. */ #undef HAVE_STRSPN /* Define if you have the strstr function. */ #undef HAVE_STRSTR -/* Define if you have the strtok function. */ -#undef HAVE_STRTOK - /* Define if you have the <argz.h> header file. */ #undef HAVE_ARGZ_H |