X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fterm_entry.h;h=f7c32c6cf61c4b4b9a046b84917b2ce81e9cf67c;hp=02b7a42b78480096ca001dd2e858ab29f58ffbdd;hb=4e793faf6575b2297482f77b2bc3d18105c0fc76;hpb=761e4f0825b330e970558e82a4bd638383914429 diff --git a/include/term_entry.h b/include/term_entry.h index 02b7a42b..f7c32c6c 100644 --- a/include/term_entry.h +++ b/include/term_entry.h @@ -32,7 +32,7 @@ * and: Thomas E. Dickey 1998-on * ****************************************************************************/ -/* $Id: term_entry.h,v 1.43 2013/02/02 20:07:23 tom Exp $ */ +/* $Id: term_entry.h,v 1.44 2013/05/25 20:13:38 tom Exp $ */ /* * term_entry.h -- interface to entry-manipulation code @@ -53,14 +53,14 @@ extern "C" { */ typedef enum { dbdTIC = 0, /* special, used by tic when writing entry */ -#if USE_DATABASE +#if NCURSES_USE_DATABASE dbdEnvOnce, /* the $TERMINFO environment variable */ dbdHome, /* $HOME/.terminfo */ dbdEnvList, /* the $TERMINFO_DIRS environment variable */ dbdCfgList, /* the compiled-in TERMINFO_DIRS value */ dbdCfgOnce, /* the compiled-in TERMINFO value */ #endif -#if USE_TERMCAP +#if NCURSES_USE_TERMCAP dbdEnvOnce2, /* the $TERMCAP environment variable */ dbdEnvList2, /* the $TERMPATH environment variable */ dbdCfgList2, /* the compiled-in TERMPATH */