mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 01:54:24 +03:00
* 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:
parent
5a0b2b0806
commit
b59eaab4ad
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user