1
1

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

wasn't found.  Don't define HAVE_CRYPT, it's unused now.
Этот коммит содержится в:
Pavel Roskin 2003-10-25 22:44:00 +00:00
родитель 5a0b2b0806
Коммит b59eaab4ad
2 изменённых файлов: 3 добавлений и 8 удалений

Просмотреть файл

@ -1,5 +1,8 @@
2003-10-25 Pavel Roskin <proski@gnu.org> 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 * configure.in: Remove check for socketpair(). Add new option
--enable-background. --enable-background.
* extraconf.h: Don't define WITH_BACKGROUND. * extraconf.h: Don't define WITH_BACKGROUND.

Просмотреть файл

@ -11,14 +11,6 @@ conflict between them.
the need to embed this logic into configure.in. 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_SIGADDSET) && defined(HAVE_SIGEMPTYSET)
# if defined(HAVE_SIGACTION) && defined(HAVE_SIGPROCMASK) # if defined(HAVE_SIGACTION) && defined(HAVE_SIGPROCMASK)
# define SLANG_POSIX_SIGNALS # define SLANG_POSIX_SIGNALS