summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 0cc3b4de..59a8ec2d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -290,6 +290,7 @@ make_install_pdfdoc=@make_install_pdfdoc@
# -DHAVE_STRING_H if you have <string.h>
# -DHAVE_STRINGS_H if you have <strings.h>
# -DHAVE_SYS_DIR_H if you have <sys/dir.h>
+# -DHAVE_SYS_PARAM_H if you have <sys/param.h>
# -DHAVE_SYS_STAT_H if you have <sys/stat.h>
# -DHAVE_SYS_TIME_H if you have <sys/time.h>
# -DHAVE_SYS_TYPES_H if you have <sys/types.h>
@@ -313,6 +314,7 @@ make_install_pdfdoc=@make_install_pdfdoc@
# -DHAVE_STRERROR if you have strerror()
# -DHAVE_STRSEP if you have strsep()
# -DHAVE_STRTOL if you have strtol()
+# -DHAVE_SYMLINK if you have symlink()
# -DHAVE_VSNPRINTF if you have vsnprintf()
#
# -DNEED_DECLARATION_GETTIMEOFTODAY
@@ -354,6 +356,9 @@ make_install_pdfdoc=@make_install_pdfdoc@
# produced for a process that was terminated
# by a signal
#
+# -DHAVE_WORKING_O_NOATIME define if <fcntl.h>'s O_NOATIME flag works
+# -DHAVE_WORKING_O_NOFOLLOW define if <fcntl.h>'s O_NOFOLLOW flag works
+#
# -Duintmax_t=<value> define to `unsigned long' or `unsigned long
# long' if <inttypes.h> does not exist
#