#include <errno.h>
#include <stdio.h>
#include <sys/types.h>
+#ifdef HAVE_STRINGS_H
#include <strings.h>
+#else
+#include <string.h>
+#endif
#include <sys/stat.h>
#include <sys/file.h>
#include <mit-copyright.h>
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
static char SccsId[] = "@(#)pop_get_command.c 2.1 3/18/91";
-#endif not lint
+#endif
#include <stdio.h>
#include <sys/types.h>
+#ifdef HAVE_STRINGS_H
#include <strings.h>
+#else
+#include <string.h>
+#endif
#include "popper.h"
/*
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
static char SccsId[] = "@(#)pop_get_subcommand.c 2.1 3/18/91";
-#endif not lint
+#endif
#include <stdio.h>
#include <sys/types.h>
+#ifdef HAVE_STRINGS_H
#include <strings.h>
+#else
+#include <string.h>
+#endif
#include "popper.h"
/*
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
static char SccsId[] = "@(#)pop_pass.c 2.3 4/2/91";
-#endif not lint
+#endif
#include <stdio.h>
#include <sys/types.h>
+#ifdef HAVE_STRINGS_H
#include <strings.h>
+#else
+#include <string.h>
+#endif
#include <pwd.h>
#include "popper.h"
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
static char SccsId[] = "@(#)pop_send.c 2.1 3/18/91";
-#endif not lint
+#endif
#include <stdio.h>
#include <sys/types.h>
+#ifdef HAVE_STRINGS_H
#include <strings.h>
+#else
+#include <string.h>
+#endif
#include "popper.h"
/*
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
static char SccsId[] = "@(#)pop_updt.c 2.3 3/20/91";
-#endif not lint
+#endif
#include <errno.h>
#include <stdio.h>
#include <fcntl.h>
#endif
#include <sys/types.h>
+#ifdef HAVE_STRINGS_H
#include <strings.h>
+#else
+#include <string.h>
+#endif
#include <sys/stat.h>
#include <sys/file.h>
#include "popper.h"
#ifndef lint
static char copyright[] = "Copyright (c) 1990 Regents of the University of California.\nAll rights reserved.\n";
static char SccsId[] = "@(#)pop_user.c 2.1 3/18/91";
-#endif not lint
+#endif
#include <stdio.h>
#include <sys/types.h>
+#ifdef HAVE_STRINGS_H
#include <strings.h>
+#else
+#include <string.h>
+#endif
#include "popper.h"
#ifdef KERBEROS