blob: d3312a0879af19d506ff01e745d020dd3eb8b88a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- fam-2.6.9/common.am Tue Jul 16 01:23:24 2002
+++ fam-2.6.9-largefile/common.am Mon Oct 28 16:21:55 2002
@@ -4,7 +4,9 @@
AUTOMAKE_OPTIONS=no-dependencies
# why couldn't CONFIG_ETC_CONFIG_PATH be defined in config.h???
-INCLUDES = @FAMPROTOINC@ -DCONFIG_ETC_CONFIG_PATH=\"@FAM_CONF@\"
+INCLUDES = @FAMPROTOINC@ -DCONFIG_ETC_CONFIG_PATH=\"@FAM_CONF@\" \
+ -D_FILE_OFFSET_BITS=64 \
+ -D_LARGEFILE64_SOURCE
# should this be set by the configure script?
EDITCONF = perl $(top_srcdir)/util/editconf/editconf.perl
|