author | andyq <andyq> | 2002-10-10 11:55:04 (UTC) |
---|---|---|
committer | andyq <andyq> | 2002-10-10 11:55:04 (UTC) |
commit | 798474a96ae42503b9d73444d7a4c05d6af5bc10 (patch) (unidiff) | |
tree | 249b985ad346716b6b9041a70d26037784818c49 | |
parent | 4ecb48197df25b84ce0d1e6ec95e78c2fa6d0699 (diff) | |
download | opie-798474a96ae42503b9d73444d7a4c05d6af5bc10.zip opie-798474a96ae42503b9d73444d7a4c05d6af5bc10.tar.gz opie-798474a96ae42503b9d73444d7a4c05d6af5bc10.tar.bz2 |
oops - forgot to comment out running on X86 (DOH!)
-rw-r--r-- | noncore/settings/aqpkg/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/global.h b/noncore/settings/aqpkg/global.h index 4df2f15..1e23eb6 100644 --- a/noncore/settings/aqpkg/global.h +++ b/noncore/settings/aqpkg/global.h | |||
@@ -15,17 +15,17 @@ | |||
15 | * * | 15 | * * |
16 | ***************************************************************************/ | 16 | ***************************************************************************/ |
17 | 17 | ||
18 | #ifndef __GLOBAL_H | 18 | #ifndef __GLOBAL_H |
19 | #define __GLOBAL_H | 19 | #define __GLOBAL_H |
20 | 20 | ||
21 | // Uncomment the below line to run on a Linux box rather than a Zaurus | 21 | // Uncomment the below line to run on a Linux box rather than a Zaurus |
22 | // box this allows you to change where root is, and where to load config files from | 22 | // box this allows you to change where root is, and where to load config files from |
23 | #define X86 | 23 | // #define X86 |
24 | 24 | ||
25 | // Sets up location of ipkg.conf and root directory | 25 | // Sets up location of ipkg.conf and root directory |
26 | #ifdef QWS | 26 | #ifdef QWS |
27 | 27 | ||
28 | #ifndef X86 | 28 | #ifndef X86 |
29 | 29 | ||
30 | // Running QT/Embedded on an arm processor | 30 | // Running QT/Embedded on an arm processor |
31 | #define IPKG_CONF "/etc/ipkg.conf" | 31 | #define IPKG_CONF "/etc/ipkg.conf" |