Regenerated, based on update to inclhack.def
From-SVN: r22361
This commit is contained in:
parent
c6c83d507a
commit
1f1ee82579
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* DO NOT EDIT THIS FILE (fixincl.x)
|
* DO NOT EDIT THIS FILE (fixincl.x)
|
||||||
*
|
*
|
||||||
* It has been autogen-ed Wednesday August 5, 1998 at 10:43:15 AM PDT
|
* It has been autogen-ed Wednesday September 9, 1998 at 04:44:05 PM PDT
|
||||||
* From the definitions inclhack.def
|
* From the definitions inclhack.def
|
||||||
* and the template file fixincl.tpl
|
* and the template file fixincl.tpl
|
||||||
*
|
*
|
||||||
@ -298,7 +298,9 @@ tSCC zAvoid_BoolName[] =
|
|||||||
* File name selection pattern
|
* File name selection pattern
|
||||||
*/
|
*/
|
||||||
tSCC zAvoid_BoolList[] =
|
tSCC zAvoid_BoolList[] =
|
||||||
"|" "curses.h" "|";
|
"|" "curses.h"
|
||||||
|
"|" "term.h"
|
||||||
|
"|" "tinfo.h" "|";
|
||||||
/*
|
/*
|
||||||
* Machine/OS name selection pattern
|
* Machine/OS name selection pattern
|
||||||
*/
|
*/
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# DO NOT EDIT THIS FILE (inclhack.sh)
|
# DO NOT EDIT THIS FILE (inclhack.sh)
|
||||||
#
|
#
|
||||||
# It has been autogen-ed Tuesday June 02, 1998 at 06:45:50 AM PDT
|
# It has been autogen-ed Wednesday September 9, 1998 at 04:44:05 PM PDT
|
||||||
# From the definitions inclhack.def
|
# From the definitions inclhack.def
|
||||||
# and the template file inclhack.tpl
|
# and the template file inclhack.tpl
|
||||||
#
|
#
|
||||||
@ -495,7 +495,9 @@ struct rusage;
|
|||||||
#
|
#
|
||||||
# Fix 9: Avoid_Bool
|
# Fix 9: Avoid_Bool
|
||||||
#
|
#
|
||||||
case "$file" in ./curses.h )
|
case "$file" in ./curses.h | \
|
||||||
|
./term.h | \
|
||||||
|
./tinfo.h )
|
||||||
fixlist="${fixlist}
|
fixlist="${fixlist}
|
||||||
avoid_bool"
|
avoid_bool"
|
||||||
if [ ! -r ${DESTDIR}/$file ]
|
if [ ! -r ${DESTDIR}/$file ]
|
||||||
|
Loading…
Reference in New Issue
Block a user