#include "config.h"
/* Some releases of AIX 4.3 have strsep but don't define the prototype */
#ifdef _AIX
# undef HAVE_STRSEP
#endif
#ifndef HAVE_STRSEP
char *strsep(char **stringp, const char *delim);
#endif /* HAVE_STRSEP */