includes.
* memmove.c: Use HAS_SYS_TYPES_H.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5013
dc483132-0cff-0310-8789-
dd5450dbe970
+Tue Feb 28 01:05:42 1995 John Gilmore (gnu at toad.com)
+
+ * daemon.c, memmove.c, strcasecmp.c, strdup.c: Avoid <krb5/...>
+ includes.
+ * memmove.c: Use HAS_SYS_TYPES_H.
+
Thu Dec 22 16:33:02 1994 Theodore Y. Ts'o (tytso@dcl)
* configure.in:
#ifdef HAS_PATHS_H
#include <paths.h>
#endif
-#include <krb5/autoconf.h>
+#include "k5-int.h"
#ifndef _PATH_DEVNULL
#define _PATH_DEVNULL "/dev/null"
/* based on @(#)bcopy.c 5.11 (Berkeley) 6/21/91 */
-#include <krb5/osconf.h>
-#include <krb5/config.h>
+#include "k5-int.h"
+#ifdef HAS_SYS_TYPES_H
#include <sys/types.h>
+#endif
#ifdef USE_STRING_H
#include <string.h>
#else
* SUCH DAMAGE.
*/
-#include <krb5/osconf.h>
-#include <krb5/config.h>
+#include "k5-int.h"
#include <sys/types.h>
#ifdef USE_STRING_H
#include <string.h>
/* based on @(#)strdup.c 5.3 (Berkeley) 6/1/90 */
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
+#include "k5-int.h" /* For "const" */
char *
strdup(str)