summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-11-23 02:37:11 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-11-23 02:37:11 +0000
commit4953fde289c18efa91926fcf7e81cf979f4c6c3d (patch)
tree2296e911d75dbdc5522702436818844df8ee87f4 /include
parent2f5943ae7cd2f87e5b87582cc03b9b16d09579d5 (diff)
downloadpcsxr-4953fde289c18efa91926fcf7e81cf979f4c6c3d.tar.gz
readded powerpc dynarec.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60001 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'include')
-rw-r--r--include/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h.in b/include/config.h.in
index 21e31467..a1e524c7 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -83,6 +83,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
@@ -113,5 +116,8 @@
/* Define if we are compiling for x86 architectures. */
#undef __i386__
+/* Define if we are compiling for powerpc architectures. */
+#undef __ppc__
+
/* Define if we are compiling for x86_64 architectures. */
#undef __x86_64__