1
1

* extraconf.h: Move WITH_BACKGROUND here.

Этот коммит содержится в:
Pavel Roskin 2001-07-27 20:34:04 +00:00
родитель 7f0c460355
Коммит d1693c3d39
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -1,3 +1,7 @@
2001-07-27 Pavel Roskin <proski@gnu.org>
* extraconf.h: Move WITH_BACKGROUND here.
2001-07-24 Pavel Roskin <proski@gnu.org>
* doc/mc.1.in: Quote all section headers. Minor formatting fix.

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

@ -67,6 +67,10 @@ the need to embed this logic into configure.in.
# undef USE_EXT2FSLIB
#endif
#if defined (HAVE_SOCKETPAIR) || !defined (HAVE_X)
# define WITH_BACKGROUND
#endif
#if defined (__QNX__) && !defined(__QNXNTO__) && !defined (HAVE_INFOMOUNT_LIST)
# define HAVE_INFOMOUNT_QNX
#endif