Merge branch 'release-2.140.136'
[feisty_meow.git] / production / system_helper_template.h
diff --git a/production/system_helper_template.h b/production/system_helper_template.h
new file mode 100644 (file)
index 0000000..96b0177
--- /dev/null
@@ -0,0 +1,30 @@
+#ifndef SYSTEM_HELPER_GROUP
+#define SYSTEM_HELPER_GROUP
+
+//////////////
+// Name   : system helper header
+// Author : Chris Koeritz
+// Rights : Copyright (c) 2012-$now By Author
+//////////////
+// This file is free software; you can modify/redistribute it under the terms
+// of the GNU General Public License. [ http://www.gnu.org/licenses/gpl.html ]
+// Feel free to send updates to: [ fred@gruntose.com ]
+//////////////
+
+//! Isolates a few system dependencies for feisty meow runtime environment.
+
+//////////////
+
+/*
+  default location of virtual root directory for Unix.
+  the contents here are replaced at runtime on windoze if cygwin is
+  available.
+*/
+#define FEISTY_MEOW_VIRTUAL_UNIX_ROOT "c:/cygwin"
+
+// hmmm: support msys too at some point?  very worthy as well.
+
+//////////////
+
+#endif
+