summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-06-02 14:19:03 +0200
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-06-07 15:57:09 +0200
commitb32dc7059fe323ed3d2c100e900d9250e31bc0b2 (patch)
tree2cb70907f6e6aa713893c8121e073eebf38e4d58 /src
parentbb2eef443e3e8ecf1ec00c135ce40c5d2dca23cf (diff)
downloadlatrace-b32dc7059fe323ed3d2c100e900d9250e31bc0b2.tar.gz
latrace-b32dc7059fe323ed3d2c100e900d9250e31bc0b2.tar.xz
latrace-b32dc7059fe323ed3d2c100e900d9250e31bc0b2.zip
adding large file support
Diffstat (limited to 'src')
-rw-r--r--src/autoconf.h.in4
-rw-r--r--src/config.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/autoconf.h.in b/src/autoconf.h.in
index e22985c..6d698a7 100644
--- a/src/autoconf.h.in
+++ b/src/autoconf.h.in
@@ -33,4 +33,8 @@
/* liberty */
#undef CONFIG_LIBERTY
+/* large file support */
+#undef _LARGE_FILES
+#undef _FILE_OFFSET_BITS
+
#endif
diff --git a/src/config.h b/src/config.h
index 1f49273..7c88b8c 100644
--- a/src/config.h
+++ b/src/config.h
@@ -31,7 +31,6 @@
#include "audit.h"
#include "list.h"
-#include "autoconf.h"
#ifdef CONFIG_ARCH_HAVE_ARGS
#include "args.h"