From b1f04a4aa3b68543a93cf2ba805fed26304bd27b Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 13 Jun 2005 21:32:01 +0000 Subject: * ser-tcp.c: Tewak comment. [!HAVE_SOCKLEN_T]: Typedef socklen_t. * configure.ac: Add check for socklen_t. * configure, config.in: Regenerate. --- gdb/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/config.in') diff --git a/gdb/config.in b/gdb/config.in index a15478e1021..2e91e990e32 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 header file. */ #undef HAVE_STDDEF_H -- cgit v1.2.1