summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorwl <wl>2006-01-11 00:37:42 +0000
committerwl <wl>2006-01-11 00:37:42 +0000
commit2871931e6427b77d9ff7d139bfc063d640147f1a (patch)
tree215c890b9da742d8fd9a3ae8cf088d15c864b421 /src/include
parent277273f8a652d7ffbb483590caebe4f509575ce2 (diff)
downloadgroff-2871931e6427b77d9ff7d139bfc063d640147f1a.tar.gz
* configure.ac: Test for getc_unlocked (needed for localcharset).
* configure, src/include/config.hin: Regenerated. * src/libs/libgroff/Makefile.sub (EXTRA_CFLAGS): Define ENABLE_RELOCATABLE. * src/libs/libgroff/relocatable.h: New dummy header file for localcharset.c. * src/libs/libgroff/localcharset.c: Updated to (unchanged) CVS gnulib version.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/config.hin4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/config.hin b/src/include/config.hin
index 72606334..08e60015 100644
--- a/src/include/config.hin
+++ b/src/include/config.hin
@@ -12,6 +12,10 @@
/* Define if you have a C++ <osfcn.h>. */
#undef HAVE_CC_OSFCN_H
+/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
+ don't. */
+#undef HAVE_DECL_GETC_UNLOCKED
+
/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
don't. */
#undef HAVE_DECL_SYS_SIGLIST