X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Fprogs.priv.h;h=85d3acc6524054dde251b7715c1dc075e6d8d8a0;hp=786fe558506e917fd3fd9ec655a71b9940f5980e;hb=d62b54c082a8564aa0c715cddadb1160498b057f;hpb=aabb3a65ee5d88949abe529b5131adedb9cfab84 diff --git a/progs/progs.priv.h b/progs/progs.priv.h index 786fe558..85d3acc6 100644 --- a/progs/progs.priv.h +++ b/progs/progs.priv.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2014,2015 Free Software Foundation, Inc. * + * Copyright (c) 1998-2015,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -30,7 +30,7 @@ * Author: Thomas E. Dickey 1997-on * ****************************************************************************/ /* - * $Id: progs.priv.h,v 1.41 2015/05/23 23:53:55 tom Exp $ + * $Id: progs.priv.h,v 1.43 2017/04/06 23:02:26 tom Exp $ * * progs.priv.h * @@ -118,6 +118,9 @@ extern char *optarg; extern int optind; #endif /* HAVE_GETOPT_H */ +#define NCURSES_INTERNALS 1 +#define NCURSES_OPAQUE 0 + #include #include #include @@ -210,4 +213,11 @@ extern int optind; #define SIZEOF(v) (sizeof(v)/sizeof(v[0])) +#define NCURSES_EXT_NUMBERS (NCURSES_EXT_COLORS && HAVE_INIT_EXTENDED_COLOR) + +#if NCURSES_EXT_NUMBERS +#else +#define _nc_free_termtype2(t) _nc_free_termtype(t) +#endif + #endif /* PROGS_PRIV_H */