#if HAVE_ARGZ_H
#include <argz.h>
#else
-#include "program_lib_strndup.c"
#include "program_lib_strnlen.c"
+#include "program_lib_strndup.c"
#include "program_lib_mempcpy.c"
#include "program_lib_argz.c"
#endif
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
-#include <config.h>
-
/* Specification. */
#include <string.h>
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
-#include <config.h>
-
#include <string.h>
#include <stdlib.h>
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
-#include <config.h>
-
#include <string.h>
/* Find the length of STRING, but scan at most MAXLEN characters.