X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fterminfo.c;h=ff3d9d38d58b3adc2ad29c74d0326a32ecd4e5db;hb=18a2c6249e7e5a96857b16d6b6c2363e11741fa8;hp=eaf44b9539e32219acf21c0873d10d02ff0af3c9;hpb=3e447015251ce6dcde843cbed10d9033d5538622;p=chise%2Fxemacs-chise.git.1 diff --git a/src/terminfo.c b/src/terminfo.c index eaf44b9..ff3d9d3 100644 --- a/src/terminfo.c +++ b/src/terminfo.c @@ -24,12 +24,6 @@ Boston, MA 02111-1307, USA. */ #include -/* Define these variables that serve as global parameters to termcap, - so that we do not need to conditionalize the places in Emacs - that set them. */ - -char *UP, *BC, PC; - /* Every little bit of this God-damned file has caused all manner of headaches due to inconsistent and incorrect header files on one system or other, and we don't currently need anything here, @@ -48,7 +42,7 @@ char *UP, *BC, PC; format is different too. */ -#include CURSES_H_PATH +#include CURSES_H_FILE /* Sun, in their infinite lameness, supplies (possibly) broken headers even under Solaris. GCC feels it necessary to correct things by supplying its own headers. Unfortunately, if you build GCC under @@ -59,7 +53,7 @@ char *UP, *BC, PC; but not term.h.) However, it seems to work to just not include term.h under Solaris, so we try that. KLUDGE! */ #if !(defined (__GNUC__) && defined (SOLARIS2)) -#include TERM_H_PATH +#include TERM_H_FILE #endif extern void *xmalloc (int size);