summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in31
1 files changed, 23 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index e00000a3..d188380b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -176,30 +176,45 @@ man7dir=$(manroot)/man$(man7ext)
# DEFINES should include the following:
# -DHAVE_MMAP if you have mmap() and <sys/mman.h>
# -DARRAY_DELETE_NEEDS_SIZE if your C++ doesn't understand `delete []'
-# -DHAVE_SYS_SIGLIST if you have sys_siglist[]
+# -DSYS_SIGLIST_DECLARED if you have sys_siglist[]
# -DWCOREFLAG=0200 if the 0200 bit of the status returned by
# wait() indicates whether a core image was
# produced for a process that was terminated
# by a signal
-# -DHAVE_UNISTD_H if you have <unistd.h>
-# -DHAVE_CC_OSFCN_H if you have a C++ <osfcn.h>
+#
# -DHAVE_DIRENT_H if you have <dirent.h>
# -DHAVE_LIMITS_H if you have <limits.h>
# -DHAVE_CC_LIMITS_H if you have a C++ <limits.h>
-# -DHAVE_SYS_DIR_H if you have <sys/dir.h>
+# -DHAVE_MATH_H if you have <math.h>
+# -DHAVE_CC_OSFCN_H if you have a C++ <osfcn.h>
+# -DHAVE_STDINT_H if you have <stdint.h>
# -DHAVE_STDLIB_H if you have <stdlib.h>
+# -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_TIME_H if you have <sys/time.h>
+# -DHAVE_UNISTD_H if you have <unistd.h>
+#
+# -DHAVE_FMOD if you have fmod()
+# -DHAVE_GETCWD if you have getcwd()
+# -DHAVE_GETTIMEOFDAY if you have gettimeofday()
+# -DHAVE_MMAP if you have mmap()
+# -DHAVE_PUTENV if you have putenv()
# -DHAVE_RENAME if you have rename()
-# -DHAVE_MKSTEMP if you have mkstemp()
-# -DHAVE_STRSEP if you have strsep()
# -DHAVE_STRCASECMP if you have strcasecmp()
+# -DHAVE_STRNCASECMP if you have strncasecmp()
+# -DHAVE_STRERROR if you have strerror()
+# -DHAVE_STRSEP if you have strsep()
+# -DHAVE_STRTOL if you have strtol()
+#
# -DNEED_DECLARATION_HYPOT if your C++ <math.h> doesn't declare hypot()
-# -DNEED_DECLARATION_PUTENV if your C++ <stdlib.h> doesn't declare putenv()
-# -DNEED_DECLARATION_POPEN if your C++ <stdio.h> doesn't declare popen()
# -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_STRNCASECMP
# if your C++ <string.h> doesn't declare
# strncasecmp()
+#
# -DRET_TYPE_SRAND_IS_VOID if your srand() returns void or int
# -DHAVE_SYS_NERR if you have sysnerr in <errno.h> or <stdio.h>
# -DHAVE_SYS_ERRLIST if you have sys_errlist in <errno.h> or