filename | config.h.in |
changeset | 1225:73dd41cb37a8 |
prev | 1211:eecdeb37934a |
next | 1228:8168aa94e6d7 |
author | nkeynes |
date | Thu Feb 23 08:41:07 2012 +1000 (10 years ago) |
permissions | -rw-r--r-- |
last change | rename BUILD_SHARED conditional flag to BUILD_PLUGINS, for clarity |
file | annotate | diff | log | raw |
1.1 --- a/config.h.in Fri Feb 10 19:26:10 2012 +10001.2 +++ b/config.h.in Thu Feb 23 08:41:07 2012 +10001.3 @@ -10,15 +10,15 @@1.4 /* Building on an apple platform. Things are different... */1.5 #undef APPLE_BUILD1.7 +/* Enable dynamic plugin support */1.8 +#undef BUILD_PLUGINS1.9 +1.10 /* always defined to indicate that i18n is enabled */1.11 #undef ENABLE_NLS1.13 /* Enable SH4 statistics */1.14 #undef ENABLE_SH4STATS1.16 -/* Enable shared-library plugins */1.17 -#undef ENABLE_SHARED1.18 -1.19 /* Enable IO tracing */1.20 #undef ENABLE_TRACE_IO
.