diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-09-19 21:44:07 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-09-19 21:44:07 +0000 |
commit | 7a41cbda2779dd0827e406e62d2fbae90f666437 (patch) | |
tree | 96c4969b35858257b5b899b06a587a50efce338e /gl/m4/gnulib-comp.m4 | |
parent | d970a13905be32ce088a0c7135478be6fbdf1d14 (diff) | |
download | gnutls-7a41cbda2779dd0827e406e62d2fbae90f666437.tar.gz |
Update.
Diffstat (limited to 'gl/m4/gnulib-comp.m4')
-rw-r--r-- | gl/m4/gnulib-comp.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4 index bae37d4709..a34f8ee176 100644 --- a/gl/m4/gnulib-comp.m4 +++ b/gl/m4/gnulib-comp.m4 @@ -36,6 +36,7 @@ AC_DEFUN([gl_INIT], gl_FUNC_READLINE gl_SIZE_MAX gl_FUNC_SNPRINTF + gl_SOCKLEN_T AM_STDBOOL_H gl_FUNC_VASNPRINTF gl_XSIZE @@ -92,6 +93,7 @@ AC_DEFUN([gl_FILE_LIST], [ m4/signed.m4 m4/size_max.m4 m4/snprintf.m4 + m4/socklen.m4 m4/stdbool.m4 m4/stdint_h.m4 m4/strerror_r.m4 @@ -100,5 +102,3 @@ AC_DEFUN([gl_FILE_LIST], [ m4/wint_t.m4 m4/xsize.m4 ]) - -# gnulib-comp.m4 ends here |