From 64c91686e8873b7657e2f4a897c5b83d895103d8 Mon Sep 17 00:00:00 2001 From: eku Date: Wed, 6 Nov 2002 07:21:30 +0000 Subject: [PATCH] Keep the order of the defines in sync with the tests in configure.in. --- src/include/gen/autoconfig_msvc.h | 2 +- src/make.new/config/config.h.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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