diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-27 16:12:55 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:09:20 -0500 |
commit | 43da3c088c00a1113643abb0c70379140de39dd8 (patch) | |
tree | b4e9252205d2099830cc84a315e17274c3564329 /configure | |
parent | cfde872b5daf38c2be7f09277ea42b4950db81c9 (diff) |
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |