diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-06-14 21:36:29 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-06-14 21:36:29 +0000 |
commit | ccbd49121b109701c691e1dac58a4a30cbd05ba6 (patch) | |
tree | d35c33435a1f042232e4369c8b08b4dc1fa224b0 /gdb/gdbserver/config.in | |
parent | dfdbbcafa741e19d83c8ae61d5a05f85d0093cda (diff) | |
download | gdb-ccbd49121b109701c691e1dac58a4a30cbd05ba6.zip gdb-ccbd49121b109701c691e1dac58a4a30cbd05ba6.tar.gz gdb-ccbd49121b109701c691e1dac58a4a30cbd05ba6.tar.bz2 |
* configure.ac: Simplify and improve check for socklen_t.
* configure, config.in: Regenerate.
Diffstat (limited to 'gdb/gdbserver/config.in')
-rw-r--r-- | gdb/gdbserver/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index 0014fdf..7e3f86f 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -40,7 +40,7 @@ /* Define to 1 if you have the <sgtty.h> header file. */ #undef HAVE_SGTTY_H -/* Define if you have socklen_t. */ +/* Define to 1 if the system has the type `socklen_t'. */ #undef HAVE_SOCKLEN_T /* Define to 1 if you have the <stdint.h> header file. */ |