summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-08 08:23:32 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-08 08:23:32 +0000
commit179a2c1971e615ef408b3e2d32432b29325faf5b (patch)
treebe335fb7949674c483726c0715a523aa382750b8 /configure
parentd5575a38b65a0e18e8e0fd6fa976af5bd15b9219 (diff)
downloadqemu-179a2c1971e615ef408b3e2d32432b29325faf5b.tar.gz
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6775 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a4e6f8dbfa..22795e85a1 100755
--- a/configure
+++ b/configure
@@ -1520,7 +1520,7 @@ fi
if [ "$bsd" = "yes" ] ; then
echo "#define O_LARGEFILE 0" >> $config_h
echo "#define MAP_ANONYMOUS MAP_ANON" >> $config_h
- echo "#define _BSD 1" >> $config_h
+ echo "#define HOST_BSD 1" >> $config_h
fi
echo "#define CONFIG_UNAME_RELEASE \"$uname_release\"" >> $config_h