summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-04-23 07:21:09 +0000
committerwlemb <wlemb>2003-04-23 07:21:09 +0000
commite34cfef0396b013b443f092a2c99e70ab3cb5e1d (patch)
treeb931ccce48a3dd19feced3f1675b61d9fbf84585 /Makefile.in
parentf25a24025f4043e3450050cc87aa111be854fbea (diff)
downloadgroff-e34cfef0396b013b443f092a2c99e70ab3cb5e1d.tar.gz
HP-UX 10.20 has `snprintf' but it isn't declared.
* configure.ac: Add declaration test for snprintf. * configure: Regenerated. * src/include/lib.h: Handle `NEED_DECLARATION_SNPRINTF'. * src/include/config.hin: Regenerated.
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 14c525e6..765eee56 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -252,6 +252,7 @@ make_install_html=@make_install_html@
# -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_RAND if your C++ <stdlib.h> doesn't declare rand()
+# -DNEED_DECLARATION_SNPRINTF if your C++ <stdio.h> doesn't declare snprintf()
# -DNEED_DECLARATION_SRAND if your C++ <stdlib.h> doesn't declare srand()
# -DNEED_DECLARATION_STRCASECMP if your C++ <string.h> doesn't declare
# strcasecmp()