cdrom: change pause timing again
[pcsx_rearmed.git] / include / config.h
index dcfb598..340cc2f 100644 (file)
@@ -1,7 +1,7 @@
+#ifndef __CONFIG_H__
+#define __CONFIG_H__
+
 #define MAXPATHLEN 256
-//#define NOPSXREC
-#define __LINUX__ 1
-#define PACKAGE_NAME "pcsx"
-#define PACKAGE_VERSION "1.9"
-#define DEF_PLUGIN_DIR "."
-//#define EMU_LOG printf
+#define PCSX_VERSION "1.9"
+
+#endif /* __CONFIG_H__ */