From 89ce46f06395f02095bac5a9f03bf0b307ef4f73 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sat, 23 Jun 2001 03:24:34 +0000 Subject: [PATCH] * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino. --- ChangeLog | 2 ++ extraconf.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 04ca23a69..8be9f74a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-06-22 Pavel Roskin + * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino. + * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename in struct statfs. Reported by Libor Motyčka . diff --git a/extraconf.h b/extraconf.h index 3c1552291..816fdf0f0 100644 --- a/extraconf.h +++ b/extraconf.h @@ -67,7 +67,7 @@ the need to embed this logic into configure.in. # undef USE_EXT2FSLIB #endif -#if defined (__QNX__) && !defined (HAVE_INFOMOUNT_LIST) +#if defined (__QNX__) && !defined(__QNXNTO__) && !defined (HAVE_INFOMOUNT_LIST) # define HAVE_INFOMOUNT_QNX #endif