]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - c++/edit_cfg.sh
ncurses 6.2 - patch 20200531
[ncurses.git] / c++ / edit_cfg.sh
index b56321f130cd362d00e9257a1a580f3e7b2a3b2a..92ab0b1fbdc5695ff2239e9f0b220256adb7f776 100755 (executable)
@@ -1,7 +1,8 @@
 #!/bin/sh
-# $Id: edit_cfg.sh,v 1.14 2005/04/30 21:00:22 tom Exp $
+# $Id: edit_cfg.sh,v 1.18 2020/02/02 23:34:34 tom Exp $
 ##############################################################################
-# Copyright (c) 1998-2003,2005 Free Software Foundation, Inc.                #
+# Copyright 2020 Thomas E. Dickey                                            #
+# Copyright 1998-2007,2008 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"), #
@@ -28,7 +29,7 @@
 # authorization.                                                             #
 ##############################################################################
 #
-# Author: Thomas E. Dickey 1997
+# Author: Thomas E. Dickey 1997-on
 #
 # Edit the default value of the etip.h file based on the autoconf-generated
 # values:
@@ -45,11 +46,10 @@ for name in \
        HAVE_BUILTIN_H \
        HAVE_GPP_BUILTIN_H \
        HAVE_GXX_BUILTIN_H \
-       HAVE_STRSTREAM_H \
+       HAVE_IOSTREAM \
        HAVE_TYPEINFO \
        HAVE_VALUES_H \
-       USE_STRSTREAM_VSCAN \
-       USE_STRSTREAM_VSCAN_CAST
+       IOSTREAM_NAMESPACE
 do
        rm -f $2.bak
        mv $2 $2.bak