X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fcurses.h.in;h=3b1ceec64b626e049916b644c19f67f19eada0e9;hp=baa95fa4145275a02012d3f736b350a952aa1ac9;hb=f5da57ad7eb397b1001e2fca9cb0e278a6564716;hpb=fb24ca09eab8f14b9be7ea60acf174aae46df43d diff --git a/include/curses.h.in b/include/curses.h.in index baa95fa4..3b1ceec6 100644 --- a/include/curses.h.in +++ b/include/curses.h.in @@ -32,7 +32,7 @@ * and: Thomas E. Dickey 1996-on * ****************************************************************************/ -/* $Id: curses.h.in,v 1.206 2009/09/06 15:55:10 tom Exp $ */ +/* $Id: curses.h.in,v 1.207 2009/11/07 19:14:00 tom Exp $ */ #ifndef __NCURSES_H #define __NCURSES_H @@ -110,6 +110,12 @@ #define NCURSES_REENTRANT @cf_cv_enable_reentrant@ #endif +/* + * Control whether bindings for interop support are added. + */ +#undef NCURSES_INTEROP_FUNCS +#define NCURSES_INTEROP_FUNCS @NCURSES_INTEROP_FUNCS@ + /* * The internal type used for window dimensions. */