diff -durN gnome-robots-3.7.92.orig/config.h.in gnome-robots-3.7.92/config.h.in --- gnome-robots-3.7.92.orig/config.h.in 2013-03-20 01:44:43.000000000 +0400 +++ gnome-robots-3.7.92/config.h.in 2013-03-20 11:34:51.000000000 +0400 @@ -32,3 +32,9 @@ /* Version number of package */ #undef VERSION + +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES diff -durN gnome-robots-3.7.92.orig/configure.ac gnome-robots-3.7.92/configure.ac --- gnome-robots-3.7.92.orig/configure.ac 2013-03-20 01:44:40.000000000 +0400 +++ gnome-robots-3.7.92/configure.ac 2013-03-20 11:34:42.694829715 +0400 @@ -7,6 +7,8 @@ AM_PROG_CC_C_O +AC_SYS_LARGEFILE + GLIB_GSETTINGS dnl ###########################################################################