summaryrefslogtreecommitdiff
path: root/sid/sidplay-libs-2.1.0/builders/resid-builder/win/VC/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sid/sidplay-libs-2.1.0/builders/resid-builder/win/VC/config.h')
-rw-r--r--sid/sidplay-libs-2.1.0/builders/resid-builder/win/VC/config.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/sid/sidplay-libs-2.1.0/builders/resid-builder/win/VC/config.h b/sid/sidplay-libs-2.1.0/builders/resid-builder/win/VC/config.h
new file mode 100644
index 00000000..87d75e5c
--- /dev/null
+++ b/sid/sidplay-libs-2.1.0/builders/resid-builder/win/VC/config.h
@@ -0,0 +1,24 @@
+/* Setup for Microsoft Visual C++ Version 5 */
+#ifndef _config_h_
+#define _config_h_
+
+/* Define if your C++ compiler implements exception-handling. */
+/* #define HAVE_EXCEPTIONS */
+
+/* Name of package */
+#define PACKAGE "resid-builder"
+
+/* Version number of package */
+#define VERSION "0.0.2"
+
+/* Defines to indicate that resid is in an non standard location.
+ SID_HAVE_LOCAL_RESID indicates that an include path has been used
+ to where the resid directory is located but does not include
+ the resid directory name.
+ SID_HAVE_USER_RESID indicates that a fully qualified include path
+ has been provided that includes the resid directory name and therefore
+ resids include files are available by calling them directly.
+*/
+#define HAVE_LOCAL_RESID
+
+#endif // _config_h_