summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 89d03be4..cf79e738 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -198,6 +198,7 @@ man7dir=$(manroot)/man$(man7ext)
# -DHAVE_FMOD if you have fmod()
# -DHAVE_GETCWD if you have getcwd()
# -DHAVE_GETTIMEOFDAY if you have gettimeofday()
+# -DHAVE_MKSTEMP if you have mkstemp()
# -DHAVE_MMAP if you have mmap()
# -DHAVE_PUTENV if you have putenv()
# -DHAVE_RENAME if you have rename()
@@ -211,6 +212,8 @@ man7dir=$(manroot)/man$(man7ext)
# -DNEED_DECLARATION_PCLOSE if your C++ <stdio.h> doesn't declare pclose()
# -DNEED_DECLARATION_POPEN if your C++ <stdio.h> doesn't declare popen()
# -DNEED_DECLARATION_PUTENV if your C++ <stdlib.h> doesn't declare putenv()
+# -DNEED_DECLARATION_STRCASECMP if your C++ <string.h> doesn't declare
+# strcasecmp()
# -DNEED_DECLARATION_STRNCASECMP
# if your C++ <string.h> doesn't declare
# strncasecmp()
@@ -228,8 +231,8 @@ man7dir=$(manroot)/man$(man7ext)
# -DPAGEA4 if the the printer's page size is A4
DEFINES=@DEFS@
-# Include fmod.o, strtol.o, getcwd.o, strerror.o, putenv.o in LIBOBJS if
-# your C library is missing the corresponding function.
+# Include fmod.o, strtol.o, getcwd.o, strerror.o, putenv.o, mkstemp.o
+# in LIBOBJS if your C library is missing the corresponding function.
LIBOBJS=@LIBOBJS@
# CCC is the compiler for C++ (.cc) files.