aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-04-05 20:30:30 +0000
committerWarner Losh <imp@FreeBSD.org>2003-04-05 20:30:30 +0000
commit30aaff1192acd09c20cd6e8c70c9e8d023d4c818 (patch)
treeb6fc0351de0d24cf42e51ee60290331a14961c9c /lib
parentca6a2c5aef9d2fdfb6f19fc7d050288f91c7afa2 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libncurses/Makefile4
-rw-r--r--lib/ncurses/ncurses/Makefile4
2 files changed, 0 insertions, 8 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index 1b4ec70ae54e..a3ee27b54237 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/Makefile
@@ -25,11 +25,7 @@ BROKEN_LINKER= 0
BUILTIN_BOOL= 1
BOOL_TYPE= 0
HAVE_VSSCANF= 1
-.if defined(BOOTSTRAPPING) && !exists(/usr/include/stdbool.h)
-HEADER_STDBOOL= 0
-.else
HEADER_STDBOOL= 1
-.endif
TYPE_OF_BOOL= unsigned char
TYPEOF_CHTYPE= long
WIDEC_SHIFT= 8
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index 1b4ec70ae54e..a3ee27b54237 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -25,11 +25,7 @@ BROKEN_LINKER= 0
BUILTIN_BOOL= 1
BOOL_TYPE= 0
HAVE_VSSCANF= 1
-.if defined(BOOTSTRAPPING) && !exists(/usr/include/stdbool.h)
-HEADER_STDBOOL= 0
-.else
HEADER_STDBOOL= 1
-.endif
TYPE_OF_BOOL= unsigned char
TYPEOF_CHTYPE= long
WIDEC_SHIFT= 8