updates for build-process

This commit is contained in:
kuepper 2004-09-20 14:11:24 +00:00
commit e618920c44
10 changed files with 60 additions and 523 deletions

View file

@ -22,9 +22,11 @@
*/
//-----------------------------------------------------------------------------
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <iostream> // std::cout
#ifdef HAVE_SSTREAM
#include <sstream>
#else