summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index d20cae1..d575b92 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -10,6 +10,10 @@
/* Define this if the SCCS `get' command understands the `-G<file>' option. */
#undef SCCS_GET_MINUS_G
+/* Define to be the nanoseconds member of struct stat's st_mtim,
+ if it exists. */
+#undef ST_MTIM_NSEC
+
/* Define this if the C library defines the variable `sys_siglist'. */
#undef HAVE_SYS_SIGLIST
@@ -18,3 +22,7 @@
/* Define this if you have the `union wait' type in <sys/wait.h>. */
#undef HAVE_UNION_WAIT
+
+/* Define to `unsigned long' or `unsigned long long'
+ if <inttypes.h> doesn't define. */
+#undef uintmax_t