00001
00002
00003
00004
00005 #ifndef GLOBALS_H_INCLUDED
00006 #define GLOBALS_H_INCLUDED
00007
00008 #include "typedefs.h"
00009
00011 namespace miniini_private
00012 {
00013
00014 #ifdef MINIINI_BENCH_EXTRA
00015 #ifdef linux
00016
00017 extern miniini_private::ld bench_filetime;
00019 extern miniini_private::ld bench_alloctime;
00021 extern miniini_private::ld bench_loadtime;
00022 #endif
00023 #endif
00024
00026 extern c comment;
00027
00029 extern c namevalsep;
00030
00034 extern c linesep[3];
00035
00036 }
00038
00047 bool INISetComment(const char comment_char);
00048
00057 bool INISetSeparator(const char sep);
00058 #endif