Home
last modified time | relevance | path

Searched refs:cf_cv_enable_reentrant (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ncurses/include/
H A DMKterm.h.awk.in272 print "#if @BROKEN_LINKER@ && !@cf_cv_enable_reentrant@"
274 print "#elif @cf_cv_enable_reentrant@"
281 print "#if @BROKEN_LINKER@ || @cf_cv_enable_reentrant@"
H A Dcurses.h.in171 #define NCURSES_REENTRANT @cf_cv_enable_reentrant@
/freebsd/contrib/ncurses/
H A Dconfigure.in1369 cf_cv_enable_reentrant=1
1399 cf_cv_enable_reentrant=0
1403 AC_SUBST(cf_cv_enable_reentrant) subst
1412 test "$cf_cv_enable_reentrant" = 1 && enable_opaque_curses=yes
1413 test "$cf_cv_enable_reentrant" = 1 || enable_opaque_curses=$cf_dft_opaque_curses
1417 test "$cf_cv_enable_reentrant" = 1 && \
1450 if test "$cf_cv_enable_reentrant" != 0 || test "$BROKEN_LINKER" = 1 ; then
H A Dconfigure16169 cf_cv_enable_reentrant=1
16262 cf_cv_enable_reentrant=0
16278 test "$cf_cv_enable_reentrant" = 1 && enable_opaque_curses=yes
16279 test "$cf_cv_enable_reentrant" = 1 || enable_opaque_curses=$cf_dft_opaque_curses
16285 test "$cf_cv_enable_reentrant" = 1 && enable_opaque_curses=yes
16286 test "$cf_cv_enable_reentrant" = 1 || enable_opaque_curses=$cf_dft_opaque_curses
16292 test "$cf_cv_enable_reentrant" = 1 && \
16364 if test "$cf_cv_enable_reentrant" != 0 || test "$BROKEN_LINKER" = 1 ; then
30181 s,@cf_cv_enable_reentrant@,$cf_cv_enable_reentrant,;t t