diff options
author | Alexey Tarasov <tarasov@dodologics.com> | 2009-09-01 02:25:51 +1100 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2009-09-08 18:08:47 -0700 |
commit | f665626600d70095db62b335cc3a7e32f0460324 (patch) | |
tree | e152431032655b1f156c76467d769d54a8e901e3 /android/config | |
parent | 37f0fd547e05c8bcfa59eee57c9988c1f3969fb1 (diff) | |
download | external_qemu-f665626600d70095db62b335cc3a7e32f0460324.zip external_qemu-f665626600d70095db62b335cc3a7e32f0460324.tar.gz external_qemu-f665626600d70095db62b335cc3a7e32f0460324.tar.bz2 |
Added config file related to FreeBSD-x86
Diffstat (limited to 'android/config')
-rw-r--r-- | android/config/freebsd-x86/config-host.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/android/config/freebsd-x86/config-host.h b/android/config/freebsd-x86/config-host.h new file mode 100644 index 0000000..8a08339 --- /dev/null +++ b/android/config/freebsd-x86/config-host.h @@ -0,0 +1,13 @@ +/* Automatically generated by configure - do not modify */ +#define CONFIG_QEMU_SHAREDIR "/usr/local/share/qemu" +#define HOST_I386 1 +#define HOST_LONG_BITS 32 +#define CONFIG_GDBSTUB 1 +#define CONFIG_SLIRP 1 +#define CONFIG_OSS 1 +#define QEMU_VERSION "0.8.2" +#define O_LARGEFILE 0 +#define MAP_ANONYMOUS MAP_ANON +#define _BSD 1 +#define CONFIG_UNAME_RELEASE "" +#define CONFIG_SKINS 1 |