aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in
index c05ba2a01aa..12895e59824 100644
--- a/src/config.in
+++ b/src/config.in
@@ -224,6 +224,7 @@ Boston, MA 02111-1307, USA. */
224#undef HAVE_TOUCHLOCK 224#undef HAVE_TOUCHLOCK
225 225
226#undef HAVE_ALLOCA_H 226#undef HAVE_ALLOCA_H
227#undef HAVE_PTY_H
227 228
228#undef HAVE_DEV_PTMX 229#undef HAVE_DEV_PTMX
229 230
@@ -317,7 +318,8 @@ Boston, MA 02111-1307, USA. */
317 318
318#undef HAVE_WORKING_VFORK 319#undef HAVE_WORKING_VFORK
319#undef vfork 320#undef vfork
320#undef size_t 321#undef HAVE_SIZE_T
322#undef HAVE_LANGINFO_CODESET
321 323
322/* Define if you have the ANSI `strerror' function. 324/* Define if you have the ANSI `strerror' function.
323 Otherwise you must have the variable `char *sys_errlist[]'. */ 325 Otherwise you must have the variable `char *sys_errlist[]'. */