Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b764619d
Commit
b764619d
authored
Mar 19, 1996
by
Richard M. Stallman
Browse files
Test HAVE_LINUX_VERSION_H, not HAVE_VERSION_H.
parent
b15dcacd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/s/gnu-linux.h
src/s/gnu-linux.h
+2
-2
No files found.
src/s/gnu-linux.h
View file @
b764619d
...
...
@@ -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 <linux/version.h>
#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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment