Skip to content

Commit 17e8bd1

Browse files
authored
Version 1.9.0 (#73)
- Added SNI support
1 parent e106757 commit 17e8bd1

File tree

7 files changed

+2403
-1673
lines changed

7 files changed

+2403
-1673
lines changed

Makefile.in

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.16.2 from Makefile.am.
1+
# Makefile.in generated by automake 1.16.5 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -152,12 +152,9 @@ am__define_uniq_tagged_files = \
152152
unique=`for i in $$list; do \
153153
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
154154
done | $(am__uniquify_input)`
155-
ETAGS = etags
156-
CTAGS = ctags
157-
CSCOPE = cscope
158155
DIST_SUBDIRS = $(SUBDIRS)
159156
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
160-
compile depcomp install-sh missing
157+
README.md compile depcomp install-sh missing
161158
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
162159
distdir = $(PACKAGE)-$(VERSION)
163160
top_distdir = $(distdir)
@@ -196,6 +193,8 @@ am__relativize = \
196193
DIST_ARCHIVES = $(distdir).tar.gz
197194
GZIP_ENV = --best
198195
DIST_TARGETS = dist-gzip
196+
# Exists only to be overridden by the user if desired.
197+
AM_DISTCHECK_DVI_TARGET = dvi
199198
distuninstallcheck_listfiles = find . -type f -print
200199
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
201200
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
@@ -210,8 +209,9 @@ AWK = @AWK@
210209
CC = @CC@
211210
CCDEPMODE = @CCDEPMODE@
212211
CFLAGS = @CFLAGS@
213-
CPP = @CPP@
214212
CPPFLAGS = @CPPFLAGS@
213+
CSCOPE = @CSCOPE@
214+
CTAGS = @CTAGS@
215215
CXX = @CXX@
216216
CXXDEPMODE = @CXXDEPMODE@
217217
CXXFLAGS = @CXXFLAGS@
@@ -222,6 +222,7 @@ ECHO_C = @ECHO_C@
222222
ECHO_N = @ECHO_N@
223223
ECHO_T = @ECHO_T@
224224
EGREP = @EGREP@
225+
ETAGS = @ETAGS@
225226
EXEEXT = @EXEEXT@
226227
GREP = @GREP@
227228
HAVE_CXX11 = @HAVE_CXX11@
@@ -454,7 +455,6 @@ cscopelist-am: $(am__tagged_files)
454455
distclean-tags:
455456
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
456457
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
457-
458458
distdir: $(BUILT_SOURCES)
459459
$(MAKE) $(AM_MAKEFLAGS) distdir-am
460460

@@ -601,7 +601,7 @@ distcheck: dist
601601
$(DISTCHECK_CONFIGURE_FLAGS) \
602602
--srcdir=../.. --prefix="$$dc_install_base" \
603603
&& $(MAKE) $(AM_MAKEFLAGS) \
604-
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
604+
&& $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
605605
&& $(MAKE) $(AM_MAKEFLAGS) check \
606606
&& $(MAKE) $(AM_MAKEFLAGS) install \
607607
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \

aclocal.m4

Lines changed: 44 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# generated automatically by aclocal 1.16.2 -*- Autoconf -*-
1+
# generated automatically by aclocal 1.16.5 -*- Autoconf -*-
22

3-
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
3+
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
44

55
# This file is free software; the Free Software Foundation
66
# gives unlimited permission to copy and/or distribute it,
@@ -14,13 +14,13 @@
1414
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
1515
m4_ifndef([AC_AUTOCONF_VERSION],
1616
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17-
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18-
[m4_warning([this file was generated for autoconf 2.69.
17+
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
18+
[m4_warning([this file was generated for autoconf 2.71.
1919
You have another version of autoconf. It may work, but is not guaranteed to.
2020
If you have problems, you may need to regenerate the build system entirely.
2121
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
2222

23-
# Copyright (C) 2002-2020 Free Software Foundation, Inc.
23+
# Copyright (C) 2002-2021 Free Software Foundation, Inc.
2424
#
2525
# This file is free software; the Free Software Foundation
2626
# gives unlimited permission to copy and/or distribute it,
@@ -35,7 +35,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
3535
[am__api_version='1.16'
3636
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
3737
dnl require some minimum version. Point them to the right macro.
38-
m4_if([$1], [1.16.2], [],
38+
m4_if([$1], [1.16.5], [],
3939
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
4040
])
4141

@@ -51,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
5151
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
5252
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
5353
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
54-
[AM_AUTOMAKE_VERSION([1.16.2])dnl
54+
[AM_AUTOMAKE_VERSION([1.16.5])dnl
5555
m4_ifndef([AC_AUTOCONF_VERSION],
5656
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
5757
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
5858

5959
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
6060

61-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
61+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
6262
#
6363
# This file is free software; the Free Software Foundation
6464
# gives unlimited permission to copy and/or distribute it,
@@ -110,7 +110,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
110110

111111
# AM_CONDITIONAL -*- Autoconf -*-
112112

113-
# Copyright (C) 1997-2020 Free Software Foundation, Inc.
113+
# Copyright (C) 1997-2021 Free Software Foundation, Inc.
114114
#
115115
# This file is free software; the Free Software Foundation
116116
# gives unlimited permission to copy and/or distribute it,
@@ -141,7 +141,7 @@ AC_CONFIG_COMMANDS_PRE(
141141
Usually this means the macro was only invoked conditionally.]])
142142
fi])])
143143

144-
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
144+
# Copyright (C) 1999-2021 Free Software Foundation, Inc.
145145
#
146146
# This file is free software; the Free Software Foundation
147147
# gives unlimited permission to copy and/or distribute it,
@@ -332,7 +332,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
332332

333333
# Generate code to set up dependency tracking. -*- Autoconf -*-
334334

335-
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
335+
# Copyright (C) 1999-2021 Free Software Foundation, Inc.
336336
#
337337
# This file is free software; the Free Software Foundation
338338
# gives unlimited permission to copy and/or distribute it,
@@ -400,7 +400,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
400400

401401
# Do all the work for Automake. -*- Autoconf -*-
402402

403-
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
403+
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
404404
#
405405
# This file is free software; the Free Software Foundation
406406
# gives unlimited permission to copy and/or distribute it,
@@ -428,6 +428,10 @@ m4_defn([AC_PROG_CC])
428428
# release and drop the old call support.
429429
AC_DEFUN([AM_INIT_AUTOMAKE],
430430
[AC_PREREQ([2.65])dnl
431+
m4_ifdef([_$0_ALREADY_INIT],
432+
[m4_fatal([$0 expanded multiple times
433+
]m4_defn([_$0_ALREADY_INIT]))],
434+
[m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl
431435
dnl Autoconf wants to disallow AM_ names. We explicitly allow
432436
dnl the ones we care about.
433437
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
@@ -464,7 +468,7 @@ m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
464468
[_AM_SET_OPTIONS([$1])dnl
465469
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
466470
m4_if(
467-
m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
471+
m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]),
468472
[ok:ok],,
469473
[m4_fatal([AC_INIT should be called with package and version arguments])])dnl
470474
AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
@@ -516,6 +520,20 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
516520
[m4_define([AC_PROG_OBJCXX],
517521
m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
518522
])
523+
# Variables for tags utilities; see am/tags.am
524+
if test -z "$CTAGS"; then
525+
CTAGS=ctags
526+
fi
527+
AC_SUBST([CTAGS])
528+
if test -z "$ETAGS"; then
529+
ETAGS=etags
530+
fi
531+
AC_SUBST([ETAGS])
532+
if test -z "$CSCOPE"; then
533+
CSCOPE=cscope
534+
fi
535+
AC_SUBST([CSCOPE])
536+
519537
AC_REQUIRE([AM_SILENT_RULES])dnl
520538
dnl The testsuite driver may need to know about EXEEXT, so add the
521539
dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
@@ -597,7 +615,7 @@ for _am_header in $config_headers :; do
597615
done
598616
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
599617

600-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
618+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
601619
#
602620
# This file is free software; the Free Software Foundation
603621
# gives unlimited permission to copy and/or distribute it,
@@ -618,7 +636,7 @@ if test x"${install_sh+set}" != xset; then
618636
fi
619637
AC_SUBST([install_sh])])
620638

621-
# Copyright (C) 2003-2020 Free Software Foundation, Inc.
639+
# Copyright (C) 2003-2021 Free Software Foundation, Inc.
622640
#
623641
# This file is free software; the Free Software Foundation
624642
# gives unlimited permission to copy and/or distribute it,
@@ -639,7 +657,7 @@ AC_SUBST([am__leading_dot])])
639657

640658
# Check to see how 'make' treats includes. -*- Autoconf -*-
641659

642-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
660+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
643661
#
644662
# This file is free software; the Free Software Foundation
645663
# gives unlimited permission to copy and/or distribute it,
@@ -682,7 +700,7 @@ AC_SUBST([am__quote])])
682700

683701
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
684702

685-
# Copyright (C) 1997-2020 Free Software Foundation, Inc.
703+
# Copyright (C) 1997-2021 Free Software Foundation, Inc.
686704
#
687705
# This file is free software; the Free Software Foundation
688706
# gives unlimited permission to copy and/or distribute it,
@@ -703,12 +721,7 @@ AC_DEFUN([AM_MISSING_HAS_RUN],
703721
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
704722
AC_REQUIRE_AUX_FILE([missing])dnl
705723
if test x"${MISSING+set}" != xset; then
706-
case $am_aux_dir in
707-
*\ * | *\ *)
708-
MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
709-
*)
710-
MISSING="\${SHELL} $am_aux_dir/missing" ;;
711-
esac
724+
MISSING="\${SHELL} '$am_aux_dir/missing'"
712725
fi
713726
# Use eval to expand $SHELL
714727
if eval "$MISSING --is-lightweight"; then
@@ -721,7 +734,7 @@ fi
721734

722735
# Helper functions for option handling. -*- Autoconf -*-
723736

724-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
737+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
725738
#
726739
# This file is free software; the Free Software Foundation
727740
# gives unlimited permission to copy and/or distribute it,
@@ -750,7 +763,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
750763
AC_DEFUN([_AM_IF_OPTION],
751764
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
752765

753-
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
766+
# Copyright (C) 1999-2021 Free Software Foundation, Inc.
754767
#
755768
# This file is free software; the Free Software Foundation
756769
# gives unlimited permission to copy and/or distribute it,
@@ -797,7 +810,7 @@ AC_LANG_POP([C])])
797810
# For backward compatibility.
798811
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
799812

800-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
813+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
801814
#
802815
# This file is free software; the Free Software Foundation
803816
# gives unlimited permission to copy and/or distribute it,
@@ -816,7 +829,7 @@ AC_DEFUN([AM_RUN_LOG],
816829

817830
# Check to make sure that the build environment is sane. -*- Autoconf -*-
818831

819-
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
832+
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
820833
#
821834
# This file is free software; the Free Software Foundation
822835
# gives unlimited permission to copy and/or distribute it,
@@ -897,7 +910,7 @@ AC_CONFIG_COMMANDS_PRE(
897910
rm -f conftest.file
898911
])
899912

900-
# Copyright (C) 2009-2020 Free Software Foundation, Inc.
913+
# Copyright (C) 2009-2021 Free Software Foundation, Inc.
901914
#
902915
# This file is free software; the Free Software Foundation
903916
# gives unlimited permission to copy and/or distribute it,
@@ -957,7 +970,7 @@ AC_SUBST([AM_BACKSLASH])dnl
957970
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
958971
])
959972

960-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
973+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
961974
#
962975
# This file is free software; the Free Software Foundation
963976
# gives unlimited permission to copy and/or distribute it,
@@ -985,7 +998,7 @@ fi
985998
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
986999
AC_SUBST([INSTALL_STRIP_PROGRAM])])
9871000

988-
# Copyright (C) 2006-2020 Free Software Foundation, Inc.
1001+
# Copyright (C) 2006-2021 Free Software Foundation, Inc.
9891002
#
9901003
# This file is free software; the Free Software Foundation
9911004
# gives unlimited permission to copy and/or distribute it,
@@ -1004,7 +1017,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
10041017

10051018
# Check how to create a tarball. -*- Autoconf -*-
10061019

1007-
# Copyright (C) 2004-2020 Free Software Foundation, Inc.
1020+
# Copyright (C) 2004-2021 Free Software Foundation, Inc.
10081021
#
10091022
# This file is free software; the Free Software Foundation
10101023
# gives unlimited permission to copy and/or distribute it,

config.h.in

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
/* Define to 1 if you have the <limits.h> header file. */
2525
#undef HAVE_LIMITS_H
2626

27-
/* Define to 1 if you have the <memory.h> header file. */
28-
#undef HAVE_MEMORY_H
29-
3027
/* Define to 1 if you have the <netdb.h> header file. */
3128
#undef HAVE_NETDB_H
3229

@@ -48,6 +45,9 @@
4845
/* Define to 1 if you have the <stdint.h> header file. */
4946
#undef HAVE_STDINT_H
5047

48+
/* Define to 1 if you have the <stdio.h> header file. */
49+
#undef HAVE_STDIO_H
50+
5151
/* Define to 1 if you have the <stdlib.h> header file. */
5252
#undef HAVE_STDLIB_H
5353

@@ -120,10 +120,13 @@
120120
/* Define to the type of arg 5 for `select'. */
121121
#undef SELECT_TYPE_ARG5
122122

123-
/* Define to 1 if you have the ANSI C header files. */
123+
/* Define to 1 if all of the C90 standard headers exist (not just the ones
124+
required in a freestanding environment). This macro is provided for
125+
backward compatibility; new code need not use it. */
124126
#undef STDC_HEADERS
125127

126-
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
128+
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This
129+
macro is obsolete. */
127130
#undef TIME_WITH_SYS_TIME
128131

129132
/* Use terminal colors */

0 commit comments

Comments
 (0)