8
0
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:
kkuznetsov 2002-11-05 13:48:43 +00:00
parent be923ec49f
commit cdf11bec87
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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