summaryrefslogtreecommitdiff
path: root/src/config.in
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-10-27 10:22:45 +0000
committerGerd Moellmann <gerd@gnu.org>1999-10-27 10:22:45 +0000
commitffe2d21f7844cb673d0b73f5dee2fe84abaafef5 (patch)
tree4558bbd1af31d48e11ba6931d71be21889a16a25 /src/config.in
parentfdc5e0fcf45d30512f6df068fb1b8963f7ce0048 (diff)
downloademacs-ffe2d21f7844cb673d0b73f5dee2fe84abaafef5.tar.gz
Add undef for HAVE_DEV_PTMX.
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index abf084ce735..693dea8dc6c 100644
--- a/src/config.in
+++ b/src/config.in
@@ -211,6 +211,8 @@ Boston, MA 02111-1307, USA. */
#undef HAVE_ALLOCA_H
+#undef HAVE_DEV_PTMX
+
#undef HAVE_GETTIMEOFDAY
/* If we don't have gettimeofday,
the test for GETTIMEOFDAY_ONE_ARGUMENT may succeed,