O_LARGEFILE is already set in qemu-common.h

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
master
Juan Quintela 2009-07-27 16:12:55 +02:00 committed by Anthony Liguori
parent cfde872b5d
commit 43da3c088c
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -1746,7 +1746,6 @@ fi
# XXX: suppress that
if [ "$bsd" = "yes" ] ; then
echo "#define O_LARGEFILE 0" >> $config_host_h
echo "#define MAP_ANONYMOUS MAP_ANON" >> $config_host_h
echo "#define HOST_BSD 1" >> $config_host_h
fi