mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 21:23:03 +01:00
Keep the order of the defines in sync with the tests in configure.in.
This commit is contained in:
parent
9ea69b9961
commit
64c91686e8
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user