Home
last modified time | relevance | path

Searched refs:libevent (Results 1 – 25 of 64) sorted by relevance

123

/freebsd-10-stable/contrib/ntp/sntp/m4/
Dntp_libevent.m424 dnl Provide only the --enable-local-libevent command-line option.
27 dnl --enable-local-libevent in its --help output but which doesn't do
34 [local-libevent],
36 [--enable-local-libevent],
37 [Force using the supplied libevent tearoff code]
47 dnl Look for libevent, which must be at least MINVERSION.
48 dnl DIR is the location of our "bundled" copy of libevent.
53 dnl provides: --enable-local-libevent
57 dnl NTP_LIBEVENT_CHECK_NOBUILD([2.0.9], [sntp/libevent])
65 ntp_libevent_tearoff=m4_default([$2], [libevent])
[all …]
/freebsd-10-stable/contrib/ntp/
Dbuild33 if [ ! -r sntp/libevent/build-aux/config.guess ] ; then
180 ( "$TEST" '!' -f sntp/libevent/config.status ||
181 "$TEST" sntp/libevent/config.status -nt ../sntp/libevent/configure ) ) ||
187 "$TEST" '!' -f sntp/libevent/Makefile ||
188 "$TEST" sntp/libevent/Makefile -nt sntp/libevent/config.status ||
189 ( cd sntp/libevent && "$NICEB" -5 ./config.status )
Dbootstrap168 case `ls -1tr sntp/libevent/config.h.in sntp/libevent/aclocal.m4 | tail -1` in
169 sntp/libevent/aclocal.m4) touch sntp/libevent/config.h.in ;;
DMakefile.in200 $(top_srcdir)/sntp/libevent/build-aux/ar-lib \
201 $(top_srcdir)/sntp/libevent/build-aux/compile \
202 $(top_srcdir)/sntp/libevent/build-aux/config.guess \
203 $(top_srcdir)/sntp/libevent/build-aux/config.sub \
204 $(top_srcdir)/sntp/libevent/build-aux/install-sh \
205 $(top_srcdir)/sntp/libevent/build-aux/ltmain.sh \
206 $(top_srcdir)/sntp/libevent/build-aux/missing ChangeLog \
207 INSTALL NEWS README TODO sntp/libevent/build-aux/ar-lib \
208 sntp/libevent/build-aux/compile \
209 sntp/libevent/build-aux/config.guess \
[all …]
DMakefile.am1 ACLOCAL_AMFLAGS = -I sntp/m4 -I sntp/libevent/m4 -I sntp/libopts/m4
26 DISTCHECK_CONFIGURE_FLAGS = -C --with-sntp --enable-local-libevent $(NTP_DCF)
137 CVO=`$(srcdir)/sntp/libevent/build-aux/config.guess`
DCommitLog8525 [Bug 2907] dist* build targets require our libevent/ to be enabled. HStenn.
8528 [Bug 2907] dist* build targets require our libevent/ to be enabled. HStenn.
8531 [Bug 2907] dist* build targets require our libevent/ to be enabled. HStenn.
8606 sntp/libevent/sample/http-server.c@1.12 +6 -2
8609 sntp/libevent/test/bench_httpclient.c@1.8 +5 -1
8612 sntp/libevent/test/regress.c@1.8 +6 -2
8615 sntp/libevent/test/regress_dns.c@1.10 +6 -5
8618 sntp/libevent/test/regress_http.c@1.10 +8 -4
8621 sntp/libevent/test/regress_minheap.c@1.5 +2 -1
8624 sntp/libevent/test/test-ratelim.c@1.11 +6 -2
[all …]
/freebsd-10-stable/contrib/ntp/sntp/libevent/
Dlibevent.pc.in1 #libevent pkg-config source file
8 Name: libevent
9 Description: libevent is an asynchronous notification event loop library
Dlibevent_openssl.pc.in1 #libevent pkg-config source file
9 Description: libevent_openssl adds openssl-based TLS support to libevent
11 Requires: libevent
Dlibevent_pthreads.pc.in1 #libevent pkg-config source file
9 Description: libevent_pthreads adds pthreads-based threading support to libevent
11 Requires: libevent
DMakefile.nmake49 STATIC_LIBS=libevent_core.lib libevent_extras.lib libevent.lib $(SSL_LIBS)
62 libevent.lib: $(CORE_OBJS) $(WIN_OBJS) $(EXTRA_OBJS)
63 lib $(LIBFLAGS) $(CORE_OBJS) $(EXTRA_OBJS) $(WIN_OBJS) /out:libevent.lib
DMakefile.am96 LIBEVENT_PKGCONFIG=libevent.pc
112 libevent.pc.in \
118 LIBEVENT_LIBS_LA = libevent.la libevent_core.la libevent_extra.la
304 DISTCLEANFILES += *~ libevent.pc ./include/event2/event-config.h
Dconfigure.ac8 AC_INIT(libevent,2.1.5-beta) package
109 AC_ARG_ENABLE([libevent-install],
110 AS_HELP_STRING([--disable-libevent-install, disable installation of libevent]),
112 AC_ARG_ENABLE([libevent-regress],
113 AS_HELP_STRING([--disable-libevent-regress, skip regress in make check]),
745 [Define if libevent should not be compiled with thread support])
751 [Define if libevent should not allow replacing the mm functions])
757 [Define if libevent should build without support for a debug mode])
919 AC_CONFIG_FILES( [libevent.pc libevent_openssl.pc libevent_pthreads.pc] )
Dmake-event-config.sed6 * This file was generated by autoconf when libevent was built, and post-\
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
Dinclude.am1 # test/Makefile.am for libevent
113 test_regress_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la $(PTHREAD_LIBS) $(ZLIB_LIBS)
124 test_bench_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
126 test_bench_cascade_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
128 test_bench_http_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
146 $(TESTPROGRAMS) : libevent.la
/freebsd-10-stable/contrib/unbound/doc/
DREADME15 * libevent http://www.monkey.org/~provos/libevent/ (BSD license)
20 * --with-libevent=/path/to/libevent
22 --with-libevent=no (default) gives a builtin alternative
23 implementation. libevent is useful when having many (thousands)
39 libevent library.
88 o If libevent is older (before 1.3c), unbound will exit instead of reload
90 printed. Perform ./configure --with-libevent=no or update libevent, rerun
92 It is strongly suggested to use a recent version of libevent.
/freebsd-10-stable/usr.sbin/ftp-proxy/
DMakefile.inc3 LIBEVENT= ${.OBJDIR}/../libevent/libevent.a
DMakefile3 SUBDIR= libevent ftp-proxy
/freebsd-10-stable/contrib/unbound/
DREADME3 * You can use libevent if you want. libevent is useful when using
Dconfigure.ac788 AC_ARG_ENABLE(event-api, AC_HELP_STRING([--enable-event-api], [Enable (experimental) libevent-based…
798 # check for libevent
799 AC_ARG_WITH(libevent, AC_HELP_STRING([--with-libevent=pathname], optwith
800 …[use libevent (will check /usr/local /opt/local /usr/lib /usr/pkg /usr/sfw /usr or you can specif…
803 AC_MSG_CHECKING(for libevent)
819 if test -f "$dir/event.h" -a \( -f "$dir/libevent.la" -o -f "$dir/libev.la" \) ; then
820 # libevent source directory
827 mkdir build/libevent >/dev/null 2>&1
828 mkdir build/libevent/.libs >/dev/null 2>&1
832 cp $ev_files_o build/libevent
[all …]
/freebsd-10-stable/usr.sbin/ntp/libntpevent/
DMakefile3 .PATH: ${.CURDIR}/../../../contrib/ntp/sntp/libevent
29 -I${.CURDIR}/../../../contrib/ntp/sntp/libevent/include \
/freebsd-10-stable/contrib/ntp/sntp/
DMakefile.in99 @BUILD_LIBEVENT_TRUE@am__append_1 = libevent
183 depcomp = $(SHELL) $(top_srcdir)/libevent/build-aux/depcomp
281 DIST_SUBDIRS = include scripts unity libevent libopts tests
286 $(top_srcdir)/libevent/build-aux/ar-lib \
287 $(top_srcdir)/libevent/build-aux/compile \
288 $(top_srcdir)/libevent/build-aux/config.guess \
289 $(top_srcdir)/libevent/build-aux/config.sub \
290 $(top_srcdir)/libevent/build-aux/depcomp \
291 $(top_srcdir)/libevent/build-aux/install-sh \
292 $(top_srcdir)/libevent/build-aux/ltmain.sh \
[all …]
DMakefile.am3 ACLOCAL_AMFLAGS = -I m4 -I libevent/m4 -I libopts/m4
48 SUBDIRS += libevent subdir
277 libevent: distdir-pre-check target
/freebsd-10-stable/usr.sbin/ftp-proxy/ftp-proxy/
DMakefile10 CFLAGS+= -I${.CURDIR}/../../../contrib/pf/libevent
/freebsd-10-stable/usr.sbin/ftp-proxy/libevent/
DMakefile3 .PATH: ${.CURDIR}/../../../contrib/pf/libevent
/freebsd-10-stable/usr.sbin/ntp/sntp/
DMakefile19 -I${.CURDIR}/../../../contrib/ntp/sntp/libevent/include \

123