* s/gnu-linux.h: Combine two conditionals.
This commit is contained in:
parent
7b570c766f
commit
9539dc5db3
2 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -97,7 +97,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
/* 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. */
|
||||
|
@ -126,11 +125,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#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 */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue