merge from libretro fork
[pcsx_rearmed.git] / include / config.h
index ce2f3ea..340cc2f 100644 (file)
@@ -1,2 +1,7 @@
+#ifndef __CONFIG_H__
+#define __CONFIG_H__
+
 #define MAXPATHLEN 256
-#define PACKAGE_VERSION "1.9"
+#define PCSX_VERSION "1.9"
+
+#endif /* __CONFIG_H__ */