#ifdef HAVE_CONFIG_H #include #endif #ifndef HAVE_STRSEP #ifdef __cplusplus extern "C" { #endif char *strsep (char **stringp, const char *delim); #ifdef __cplusplus } #endif #endif /* !HAVE_STRSEP */