aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.in
diff options
context:
space:
mode:
authorKaroly Lorentey2004-11-13 18:21:48 +0000
committerKaroly Lorentey2004-11-13 18:21:48 +0000
commitf590a2a442d19f3a74d7bbd02bbcb4e3239f2327 (patch)
tree0ea1998c7a87cdc3faa9d00d3ea71b981cc1153a /src/config.in
parent050ddd28da8d0bb44f06575e93c6bd7feb758829 (diff)
parentc37ee7cb84b11bf38e1f391b2015a2ec74e5c4e1 (diff)
downloademacs-f590a2a442d19f3a74d7bbd02bbcb4e3239f2327.tar.gz
emacs-f590a2a442d19f3a74d7bbd02bbcb4e3239f2327.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-672 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-266
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index a2087b98b1f..c253f0c411b 100644
--- a/src/config.in
+++ b/src/config.in
@@ -196,6 +196,9 @@ Boston, MA 02111-1307, USA. */
196/* Define to 1 if you have the `getpt' function. */ 196/* Define to 1 if you have the `getpt' function. */
197#undef HAVE_GETPT 197#undef HAVE_GETPT
198 198
199/* Define to 1 if you have the `getrusage' function. */
200#undef HAVE_GETRUSAGE
201
199/* Define to 1 if you have the `getsockname' function. */ 202/* Define to 1 if you have the `getsockname' function. */
200#undef HAVE_GETSOCKNAME 203#undef HAVE_GETSOCKNAME
201 204