File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 3232#ifdef HAVE_CONFIG_H
3333#include < config.h>
3434#else
35- #define HAVE_SSTREAM
35+ # ifndef HAVE_SSTREAM // This may have been defined elsewhere
36+ # define HAVE_SSTREAM 1
37+ # endif
3638#endif
3739
3840#if defined(HAVE_SSTREAM)
Original file line number Diff line number Diff line change 3232#ifdef HAVE_CONFIG_H
3333#include < config.h>
3434#else
35- #define HAVE_SSTREAM
35+ # ifndef HAVE_SSTREAM // This may have been defined elsewhere
36+ # define HAVE_SSTREAM 1
37+ # endif
3638#endif
3739
3840#if defined(HAVE_SSTREAM)
Original file line number Diff line number Diff line change 2929# include < config.h>
3030#else
3131# ifndef HAVE_SSTREAM // This may have been defined elsewhere
32- # define HAVE_SSTREAM
32+ # define HAVE_SSTREAM 1
3333# endif
3434#endif
3535
Original file line number Diff line number Diff line change 2828#if !defined(HAVE_STRSTREAM)
2929// Assume sstream is available if strstream is not specified
3030// (https://sourceforge.net/p/tclap/bugs/23/)
31- #define HAVE_SSTREAM
31+ # ifndef HAVE_SSTREAM // This may have been defined elsewhere
32+ # define HAVE_SSTREAM 1
33+ # endif
3234#endif
3335
3436#if defined(HAVE_SSTREAM)
You can’t perform that action at this time.
0 commit comments