Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / mono-config.h
index 8ac5de0ebbe75f4e111fbbc446c4836fcd1df2c9..daebd02c28a19da26fff04dadf1d734e9dcc99eb 100644 (file)
@@ -1,5 +1,5 @@
-/*
- * mono-config.h
+/**
+ * \file
  *
  * Author: Paolo Molaro (lupus@ximian.com)
  *
 
 MONO_BEGIN_DECLS
 
+MONO_API const char *mono_config_get_os (void);
+MONO_API const char *mono_config_get_cpu (void);
+MONO_API const char *mono_config_get_wordsize (void);
+
 MONO_API const char* mono_get_config_dir (void);
 MONO_API void        mono_set_config_dir (const char *dir);
 
@@ -25,6 +29,9 @@ MONO_API void mono_config_parse_memory (const char *buffer);
 
 MONO_API const char* mono_config_string_for_assembly_file (const char *filename);
 
+MONO_API void mono_config_set_server_mode (mono_bool server_mode);
+MONO_API mono_bool mono_config_is_server_mode (void);
+
 MONO_END_DECLS
 
 #endif /* __MONO_METADATA_CONFIG_H__ */