From: Richard M. Stallman Date: Tue, 19 Mar 1996 08:06:44 +0000 (+0000) Subject: Test HAVE_LINUX_VERSION_H, not HAVE_VERSION_H. X-Git-Tag: emacs-19.34~1021 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/b764619dc8ba58f03b0ff8e8d968774ef07fca3f Test HAVE_LINUX_VERSION_H, not HAVE_VERSION_H. --- diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 712b5ce532..ba868bcd64 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -41,13 +41,13 @@ Boston, MA 02111-1307, USA. */ it is safe to use SIGIO. */ #ifndef NOT_C_CODE #ifdef emacs -#ifdef HAVE_VERSION_H +#ifdef HAVE_LINUX_VERSION_H #include #if LINUX_VERSION_CODE > 0x10200 #define LINUX_SIGIO_DOES_WORK #endif /* LINUX_VERSION_CODE > 0x10200 */ -#endif /* HAVE_VERSION_H */ +#endif /* HAVE_LINUX_VERSION_H */ #endif /* emacs */ #endif /* NOT_C_CODE */