mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 01:23:03 +01:00
Add check for crypt.h
This commit is contained in:
parent
be923ec49f
commit
cdf11bec87
@ -66,6 +66,7 @@
|
||||
#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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#ident "$Id: config.h.in,v 1.43 2002-11-04 13:57:11 eku Exp $"
|
||||
#ident "$Id: config.h.in,v 1.44 2002-11-05 13:48:42 kkuznetsov Exp $"
|
||||
|
||||
/*
|
||||
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports:
|
||||
@ -21,6 +21,7 @@
|
||||
/* 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
|
||||
|
Loading…
Reference in New Issue
Block a user