aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorRichard M. Stallman1996-03-19 08:06:44 +0000
committerRichard M. Stallman1996-03-19 08:06:44 +0000
commitb764619dc8ba58f03b0ff8e8d968774ef07fca3f (patch)
tree760daf0e773c4f9613b07975fcb380c2f1ba5661 /src/s/gnu-linux.h
parentb15dcacd6c1bcb409bd92d9e792a5814da1f37c1 (diff)
downloademacs-b764619dc8ba58f03b0ff8e8d968774ef07fca3f.tar.gz
emacs-b764619dc8ba58f03b0ff8e8d968774ef07fca3f.zip
Test HAVE_LINUX_VERSION_H, not HAVE_VERSION_H.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 712b5ce5326..ba868bcd645 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -41,13 +41,13 @@ Boston, MA 02111-1307, USA. */
41 it is safe to use SIGIO. */ 41 it is safe to use SIGIO. */
42#ifndef NOT_C_CODE 42#ifndef NOT_C_CODE
43#ifdef emacs 43#ifdef emacs
44#ifdef HAVE_VERSION_H 44#ifdef HAVE_LINUX_VERSION_H
45#include <linux/version.h> 45#include <linux/version.h>
46 46
47#if LINUX_VERSION_CODE > 0x10200 47#if LINUX_VERSION_CODE > 0x10200
48#define LINUX_SIGIO_DOES_WORK 48#define LINUX_SIGIO_DOES_WORK
49#endif /* LINUX_VERSION_CODE > 0x10200 */ 49#endif /* LINUX_VERSION_CODE > 0x10200 */
50#endif /* HAVE_VERSION_H */ 50#endif /* HAVE_LINUX_VERSION_H */
51#endif /* emacs */ 51#endif /* emacs */
52#endif /* NOT_C_CODE */ 52#endif /* NOT_C_CODE */
53 53