aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorGlenn Morris2012-07-11 13:04:19 -0400
committerGlenn Morris2012-07-11 13:04:19 -0400
commitc43fb4c32df6393a3e001151693b8ce28f860976 (patch)
treea166937cbe4c3800a25a8646a29a4bb7dbfd269a /src/s/gnu-linux.h
parent7ad4afe1f5d1381044eb34ef7c83fd6e4ff22cb6 (diff)
downloademacs-c43fb4c32df6393a3e001151693b8ce28f860976.tar.gz
emacs-c43fb4c32df6393a3e001151693b8ce28f860976.zip
Move INTERRUPT_INPUT from src/s to configure
* configure.ac (INTERRUPT_INPUT): Move here from src/s. * src/s/darwin.h, src/s/gnu-linux.h, src/s/template.h: Move INTERRUPT_INPUT to configure.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 463ad226ec1..b4031bb1ca4 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -76,10 +76,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
76 your system and must be used only through an encapsulation 76 your system and must be used only through an encapsulation
77 (Which you should place, by convention, in sysdep.c). */ 77 (Which you should place, by convention, in sysdep.c). */
78 78
79#ifdef emacs
80#define INTERRUPT_INPUT
81#endif
82
83#define POSIX /* affects getpagesize.h and systty.h */ 79#define POSIX /* affects getpagesize.h and systty.h */
84 80
85/* This is to work around mysterious gcc failures in some system versions. 81/* This is to work around mysterious gcc failures in some system versions.