diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2009-09-15 07:52:05 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2009-09-15 07:52:05 -0700 |
commit | a3abe794b734382295b89d6c2d1d176ce4bb9b4b (patch) | |
tree | 95e345dd609035922e9beeb9e22ec11cdc6308aa /android/config/freebsd-x86/config-host.h | |
parent | 2a7dcd0aef9ff770f4a215d2195d509763f6d3ce (diff) | |
parent | 63a13ab8230560f5b9610bb0fa6a47a54ebf8e9c (diff) | |
download | external_qemu-a3abe794b734382295b89d6c2d1d176ce4bb9b4b.zip external_qemu-a3abe794b734382295b89d6c2d1d176ce4bb9b4b.tar.gz external_qemu-a3abe794b734382295b89d6c2d1d176ce4bb9b4b.tar.bz2 |
merge from open-source master
Diffstat (limited to 'android/config/freebsd-x86/config-host.h')
-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 |