diff --git a/src/include/gen/autoconfig_msvc.h b/src/include/gen/autoconfig_msvc.h index 5c3ea516f5..4d999c69f2 100644 --- a/src/include/gen/autoconfig_msvc.h +++ b/src/include/gen/autoconfig_msvc.h @@ -66,9 +66,9 @@ #undef HAVE_READLINE_READLINE_H #undef HAVE_EDITLINE_H #undef HAVE_UNISTD_H -#undef HAVE_CRYPT_H #undef HAVE_VARARGS_H #undef HAVE_VFORK_H +#undef HAVE_CRYPT_H /* Functions */ #undef HAVE_STRLCPY diff --git a/src/make.new/config/config.h.in b/src/make.new/config/config.h.in index 06ab99d9ae..de32f166bc 100644 --- a/src/make.new/config/config.h.in +++ b/src/make.new/config/config.h.in @@ -1,4 +1,4 @@ -#ident "$Id: config.h.in,v 1.45 2002-11-05 16:49:05 skywalker Exp $" +#ident "$Id: config.h.in,v 1.46 2002-11-06 07:21:30 eku Exp $" /* * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports: @@ -21,7 +21,6 @@ /* Headers */ #undef HAVE_ASSERT_H #undef HAVE_CTYPE_H -#undef HAVE_CRYPT_H #undef HAVE_ERRNO_H #undef HAVE_EDITLINE_H #undef HAVE_FCNTL_H @@ -50,6 +49,7 @@ #undef HAVE_UNISTD_H #undef HAVE_VARARGS_H #undef HAVE_VFORK_H +#undef HAVE_CRYPT_H /* Functions */ #undef HAVE_STRLCPY