aboutsummaryrefslogtreecommitdiff
path: root/gprof/gconfig.in
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/gconfig.in')
-rw-r--r--gprof/gconfig.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gprof/gconfig.in b/gprof/gconfig.in
index 705872c..7fa1362 100644
--- a/gprof/gconfig.in
+++ b/gprof/gconfig.in
@@ -71,11 +71,17 @@
/* Version number of package */
#undef VERSION
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES
+
/* Define to 1 if on MINIX. */
#undef _MINIX