8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 03:23:03 +01:00

Keep the order of the defines in sync with the tests in configure.in.

This commit is contained in:
eku 2002-11-06 07:21:30 +00:00
parent 9ea69b9961
commit 64c91686e8
2 changed files with 3 additions and 3 deletions

View File

@ -66,9 +66,9 @@
#undef HAVE_READLINE_READLINE_H #undef HAVE_READLINE_READLINE_H
#undef HAVE_EDITLINE_H #undef HAVE_EDITLINE_H
#undef HAVE_UNISTD_H #undef HAVE_UNISTD_H
#undef HAVE_CRYPT_H
#undef HAVE_VARARGS_H #undef HAVE_VARARGS_H
#undef HAVE_VFORK_H #undef HAVE_VFORK_H
#undef HAVE_CRYPT_H
/* Functions */ /* Functions */
#undef HAVE_STRLCPY #undef HAVE_STRLCPY

View File

@ -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: * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports:
@ -21,7 +21,6 @@
/* Headers */ /* Headers */
#undef HAVE_ASSERT_H #undef HAVE_ASSERT_H
#undef HAVE_CTYPE_H #undef HAVE_CTYPE_H
#undef HAVE_CRYPT_H
#undef HAVE_ERRNO_H #undef HAVE_ERRNO_H
#undef HAVE_EDITLINE_H #undef HAVE_EDITLINE_H
#undef HAVE_FCNTL_H #undef HAVE_FCNTL_H
@ -50,6 +49,7 @@
#undef HAVE_UNISTD_H #undef HAVE_UNISTD_H
#undef HAVE_VARARGS_H #undef HAVE_VARARGS_H
#undef HAVE_VFORK_H #undef HAVE_VFORK_H
#undef HAVE_CRYPT_H
/* Functions */ /* Functions */
#undef HAVE_STRLCPY #undef HAVE_STRLCPY