* extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()

wasn't found.  Don't define HAVE_CRYPT, it's unused now.
This commit is contained in:
Pavel Roskin 2003-10-25 22:44:00 +00:00
parent 5a0b2b0806
commit b59eaab4ad
2 changed files with 3 additions and 8 deletions

View File

@ -1,5 +1,8 @@
2003-10-25 Pavel Roskin <proski@gnu.org>
* extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
wasn't found. Don't define HAVE_CRYPT, it's unused now.
* configure.in: Remove check for socketpair(). Add new option
--enable-background.
* extraconf.h: Don't define WITH_BACKGROUND.

View File

@ -11,14 +11,6 @@ conflict between them.
the need to embed this logic into configure.in.
*/
#ifdef HAVE_LIBPT
# define HAVE_GRANTPT
#endif
#if defined(HAVE_LIBCRYPT) || defined(HAVE_LIBCRYPT_I)
# define HAVE_CRYPT
#endif
#if defined(HAVE_SIGADDSET) && defined(HAVE_SIGEMPTYSET)
# if defined(HAVE_SIGACTION) && defined(HAVE_SIGPROCMASK)
# define SLANG_POSIX_SIGNALS