Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add win32/config.h for windows platform config.
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 29 Sep 2006 08:32:14 +0000 (08:32 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 29 Sep 2006 08:32:14 +0000 (08:32 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2840 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/win32/config.h [new file with mode: 0644]

diff --git a/src/win32/config.h b/src/win32/config.h
new file mode 100644 (file)
index 0000000..6d12290
--- /dev/null
@@ -0,0 +1,26 @@
+#ifndef __XBT_WIN32_CONFIG_H__
+#define __XBT_WIN32_CONFIG_H__
+
+
+/* config.h - simgrid config selection for windows platforms. */
+
+/* Copyright (c) 2003, 2004 Cherier Malek. All rights reserved.            */
+
+/* This program is free software; you can redistribute it and/or modify it
+ * under the terms of the license (GNU LGPL) which comes with this package. */
+
+/* 
+ * config selection. 
+*/
+#include <compiler/select_compiler_features.h>
+
+
+#if defined(_XBT_BORLAND_COMPILER)
+# include <compiler/borland.h>
+# else
+# error "Unknown compiler - please report the problems to the main simgrid mailing list (http://gforge.inria.fr/mail/?group_id=12)"
+#endif
+
+       
+
+#endif /* #ifndef __XBT_WIN32_CONFIG_H__ */
\ No newline at end of file