summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses/c++/edit_cfg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/c++/edit_cfg.sh')
-rwxr-xr-xcontrib/ncurses/c++/edit_cfg.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/ncurses/c++/edit_cfg.sh b/contrib/ncurses/c++/edit_cfg.sh
index e2f828a..e0c1822 100755
--- a/contrib/ncurses/c++/edit_cfg.sh
+++ b/contrib/ncurses/c++/edit_cfg.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-# $Id: edit_cfg.sh,v 1.10 2001/04/07 22:45:11 tom Exp $
+# $Id: edit_cfg.sh,v 1.12 2001/12/08 20:44:59 tom Exp $
##############################################################################
-# Copyright (c) 1998,2000 Free Software Foundation, Inc. #
+# Copyright (c) 1998,2000,2001 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 "Software"), #
@@ -47,8 +47,8 @@ for name in \
HAVE_STRSTREAM_H \
HAVE_TYPEINFO \
HAVE_VALUES_H \
- USE_STDIO_VSCAN \
- USE_STRSTREAM_VSCAN
+ USE_STRSTREAM_VSCAN \
+ USE_STRSTREAM_VSCAN_CAST
do
mv $2 $2.bak
if ( grep "[ ]$name[ ]1" $1 2>&1 >/dev/null)
OpenPOWER on IntegriCloud