2010-05-18 Glenn Morris <rgm@gnu.org>
- * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) seperately from
+ * s/gnu-linux.h: Combine two conditionals.
+
+ * Makefile.in (otherobj): Include $(VMLIMIT_OBJ) separately from
$(POST_ALLOC_OBJ).
* Makefile.in (RALLOC_OBJ): New, set by configure.
/* This is used in list_system_processes. */
#define HAVE_PROCFS 1
-
/* Define CLASH_DETECTION if you want lock files to be written
so that Emacs can tell instantly when you try to modify
a file that someone else has modified in his Emacs. */
#define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \
((FILE)->_pptr - (FILE)->_pbase)
#endif /* !_IO_STDIO_H && ! __UCLIBC__ */
-#endif /* emacs */
-#ifdef emacs
#define INTERRUPT_INPUT
-#endif
+#endif /* emacs */
#define SYSV_SYSTEM_DIR /* use dirent.h */