summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2009-10-07 16:54:15 +0000
committerFrank Gevaerts <frank@gevaerts.be>2009-10-07 16:54:15 +0000
commit6e11572e0788136f77ef67b3cfc182095084da4b (patch)
tree68539f3fdb8055807587b733d43cb38bb1ef7e19 /firmware/export/config.h
parent9e9a9138296c602370e9c92d5fbd84a261aa17b8 (diff)
downloadrockbox-6e11572e0788136f77ef67b3cfc182095084da4b.tar.gz
rockbox-6e11572e0788136f77ef67b3cfc182095084da4b.zip
Make the database tool buildable from configure.
Also update the checkwps makefile to make checkwps builds not break git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22998 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 941ee5f9b4..4d370aa9cd 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -22,9 +22,7 @@
22#ifndef __CONFIG_H__ 22#ifndef __CONFIG_H__
23#define __CONFIG_H__ 23#define __CONFIG_H__
24 24
25#ifndef __PCTOOL__
26#include "autoconf.h" 25#include "autoconf.h"
27#endif
28 26
29/* symbolic names for multiple choice configurations: */ 27/* symbolic names for multiple choice configurations: */
30 28
@@ -620,7 +618,7 @@ Lyre prototype 1*/
620/* Enable the directory cache and tagcache in RAM if we have 618/* Enable the directory cache and tagcache in RAM if we have
621 * plenty of RAM. Both features can be enabled independently. */ 619 * plenty of RAM. Both features can be enabled independently. */
622#if ((defined(MEMORYSIZE) && (MEMORYSIZE >= 8)) || MEM >= 8) && \ 620#if ((defined(MEMORYSIZE) && (MEMORYSIZE >= 8)) || MEM >= 8) && \
623 !defined(BOOTLOADER) 621 !defined(BOOTLOADER) && !defined(__PCTOOL__)
624#define HAVE_DIRCACHE 622#define HAVE_DIRCACHE
625#ifdef HAVE_TAGCACHE 623#ifdef HAVE_TAGCACHE
626#define HAVE_TC_RAMCACHE 624#define HAVE_TC_RAMCACHE