X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=c%2B%2B%2Fedit_cfg.sh;h=73c31b274ed38cead1f3c0f35f509898120d6b27;hp=f478d6ec79ba18e734ee1f446b095cbab96aabc9;hb=44a4147009bf2978d342175fb52b7f0999e11b5f;hpb=1559c1ba9c1d51764c46cb99be22a14deea5ce60 diff --git a/c++/edit_cfg.sh b/c++/edit_cfg.sh index f478d6ec..73c31b27 100755 --- a/c++/edit_cfg.sh +++ b/c++/edit_cfg.sh @@ -1,7 +1,7 @@ #!/bin/sh -# $Id: edit_cfg.sh,v 1.15 2007/01/27 18:51:04 tom Exp $ +# $Id: edit_cfg.sh,v 1.17 2008/08/30 19:44:25 tom Exp $ ############################################################################## -# Copyright (c) 1998-2005,2007 Free Software Foundation, Inc. # +# Copyright (c) 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"), # @@ -45,8 +45,10 @@ for name in \ HAVE_BUILTIN_H \ HAVE_GPP_BUILTIN_H \ HAVE_GXX_BUILTIN_H \ + HAVE_IOSTREAM \ HAVE_TYPEINFO \ - HAVE_VALUES_H + HAVE_VALUES_H \ + IOSTREAM_NAMESPACE do rm -f $2.bak mv $2 $2.bak