summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-05-31 14:18:41 +0000
committerwlemb <wlemb>2000-05-31 14:18:41 +0000
commit8e3dd5967e77a57e8e2359e80421686ed0f9c622 (patch)
tree0ebf8d45f42e54635deeba0dcbeba2e68e368490 /Makefile.in
parentbbc23036e5152f165a47f9247c4bfbed293bfd31 (diff)
downloadgroff-8e3dd5967e77a57e8e2359e80421686ed0f9c622.tar.gz
* src/devices/grolbp/lbp.cc (set_papersizes): Add declaration of
strncasecmp(). * aclocal.m4 (GROFF_SRAND): New function to test the return value of srand() -- at least SunOS 4.1.3 uses `int' instead of `void'. * configure.in: Use it. * src/preproc/pic/pic.y, src/preproc/pic/pic.cc: Use it. * configure, Makefile.in: Updated. * configure.in: Add test for strncasecmp(). * src/include/lib.h: Use it.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 5eeeb34b..43bbb3be 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -173,6 +173,7 @@ man7dir=$(manroot)/man$(man7ext)
# -DSTDLIB_H_DECLARES_PUTENV if your C++ <stdlib.h> declares putenv()
# -DSTDIO_H_DECLARES_POPEN if your C++ <stdio.h> declares popen()
# -DSTDIO_H_DECLARES_PCLOSE if your C++ <stdio.h> declares pclose()
+# -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
# <stdio.h>