aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-06-13 21:32:01 +0000
committerMark Kettenis <kettenis@gnu.org>2005-06-13 21:32:01 +0000
commitf9f87d2ca62abfc2102be8574167cb6aa6928a9e (patch)
tree086f18a2fce845c903ec18f35cf6afabbbea6467 /gdb/config.in
parent43259571aca0944565543698d044240ecfef4689 (diff)
downloadgdb-f9f87d2ca62abfc2102be8574167cb6aa6928a9e.zip
gdb-f9f87d2ca62abfc2102be8574167cb6aa6928a9e.tar.gz
gdb-f9f87d2ca62abfc2102be8574167cb6aa6928a9e.tar.bz2
* ser-tcp.c: Tewak comment.
[!HAVE_SOCKLEN_T]: Typedef socklen_t. * configure.ac: Add check for socklen_t. * configure, config.in: Regenerate.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index a15478e..2e91e99 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -435,6 +435,9 @@
/* Define to 1 if you have the `socketpair' function. */
#undef HAVE_SOCKETPAIR
+/* Define to 1 if the system has the type `socklen_t'. */
+#undef HAVE_SOCKLEN_T
+
/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H