FIXES 1395
already in CVS head, needed for 1.2
#include <sys/param.h>
#include <sys/time.h>
#include <sys/resource.h>
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif
+#endif
+#endif
#include <sys/types.h>
#include <afs/stds.h>
#include <afs/bubasics.h>
#include <afsconfig.h>
#include <afs/param.h>
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
RCSID("$Header$");
#include <fcntl.h>
#endif
#include <afs/kautils.h> /*MAXKTCREALMLEN*/
-
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
#undef USS_PROCS_DB
#undef USS_PROCS_DB_INSTANCE
#include <strings.h>
#include <afs/afsutil.h>
#include <stdlib.h>
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
#include <assert.h>
#include <afs/ptclient.h>
#include <netinet/in.h>
#endif
#include <afs/venus.h>
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
/* ************************************************************* */
#include <afs/fileutil.h>
#include "vlserver.h"
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
#include <strings.h>
+#endif
+#endif
#define MAXSIZE 2048 /* most I'll get back from PIOCTL */
#define BADSERVERID 255 /* XXX */