Mercurial > emacs
comparison src/Makefile.in @ 26404:c3c9cc1c2379
Remove USE_TEXT_PROPERTIES.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 11 Nov 1999 11:45:06 +0000 |
parents | 94438ac8953f |
children | f5dded41adcc |
comparison
equal
deleted
inserted
replaced
26403:03830fdf5186 | 26404:c3c9cc1c2379 |
---|---|
518 #endif | 518 #endif |
519 #ifndef UNEXEC_SRC | 519 #ifndef UNEXEC_SRC |
520 #define UNEXEC_SRC unexec.c | 520 #define UNEXEC_SRC unexec.c |
521 #endif | 521 #endif |
522 | 522 |
523 #ifdef USE_TEXT_PROPERTIES | |
524 #define INTERVAL_SRC intervals.h | 523 #define INTERVAL_SRC intervals.h |
525 #define INTERVAL_OBJ intervals.o textprop.o | 524 #define INTERVAL_OBJ intervals.o textprop.o |
526 #else | |
527 #define INTERVAL_SRC | |
528 #define INTERVAL_OBJ | |
529 #endif | |
530 | 525 |
531 #ifdef HAVE_GETLOADAVG | 526 #ifdef HAVE_GETLOADAVG |
532 #define GETLOADAVG_OBJ | 527 #define GETLOADAVG_OBJ |
533 #else | 528 #else |
534 #define GETLOADAVG_OBJ getloadavg.o | 529 #define GETLOADAVG_OBJ getloadavg.o |