| 29 | 
  | 
 * @version 1.0 | 
| 30 | 
  | 
 */ | 
| 31 | 
  | 
 | 
| 32 | 
– | 
#include <iostream> | 
| 32 | 
  | 
#include "config.h" | 
| 33 | 
+ | 
 | 
| 34 | 
+ | 
#include <iostream> | 
| 35 | 
  | 
#include <cstdlib> | 
| 36 | 
  | 
#include <string> | 
| 37 | 
  | 
#include <fstream> | 
| 38 | 
  | 
#include <cstdlib> | 
| 39 | 
  | 
#include "utils/ElementsTable.hpp" | 
| 40 | 
  | 
#include "utils/simError.h" | 
| 41 | 
< | 
#include "io/basic_ifstrstream.hpp" | 
| 42 | 
< | 
 | 
| 43 | 
< | 
#if !HAVE_STRNCASECMP | 
| 44 | 
< | 
extern "C" int strncasecmp(const char *s1, const char *s2, size_t n); | 
| 41 | 
> | 
#include "io/ifstrstream.hpp" | 
| 42 | 
> | 
 | 
| 43 | 
> | 
#ifdef _MSC_VER | 
| 44 | 
> | 
#define strncasecmp _strnicmp | 
| 45 | 
> | 
#define strcasecmp _stricmp | 
| 46 | 
  | 
#endif | 
| 47 | 
  | 
 | 
| 48 | 
+ | 
 | 
| 49 | 
  | 
#ifdef WIN32 | 
| 50 | 
  | 
#define FILE_SEP_CHAR "\\" | 
| 51 | 
  | 
#else |