| /freebsd-10-stable/contrib/ntp/sntp/m4/ |
| D | ntp_libevent.m4 | 24 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/ |
| D | build | 33 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 )
|
| D | bootstrap | 168 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 ;;
|
| D | Makefile.in | 200 $(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 …]
|
| D | Makefile.am | 1 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`
|
| D | CommitLog | 8525 [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/ |
| D | libevent.pc.in | 1 #libevent pkg-config source file 8 Name: libevent 9 Description: libevent is an asynchronous notification event loop library
|
| D | libevent_openssl.pc.in | 1 #libevent pkg-config source file 9 Description: libevent_openssl adds openssl-based TLS support to libevent 11 Requires: libevent
|
| D | libevent_pthreads.pc.in | 1 #libevent pkg-config source file 9 Description: libevent_pthreads adds pthreads-based threading support to libevent 11 Requires: libevent
|
| D | Makefile.nmake | 49 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
|
| D | Makefile.am | 96 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
|
| D | configure.ac | 8 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] )
|
| D | make-event-config.sed | 6 * This file was generated by autoconf when libevent was built, and post-\
|
| /freebsd-10-stable/contrib/ntp/sntp/libevent/test/ |
| D | include.am | 1 # 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/ |
| D | README | 15 * 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/ |
| D | Makefile.inc | 3 LIBEVENT= ${.OBJDIR}/../libevent/libevent.a
|
| D | Makefile | 3 SUBDIR= libevent ftp-proxy
|
| /freebsd-10-stable/contrib/unbound/ |
| D | README | 3 * You can use libevent if you want. libevent is useful when using
|
| D | configure.ac | 788 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/ |
| D | Makefile | 3 .PATH: ${.CURDIR}/../../../contrib/ntp/sntp/libevent 29 -I${.CURDIR}/../../../contrib/ntp/sntp/libevent/include \
|
| /freebsd-10-stable/contrib/ntp/sntp/ |
| D | Makefile.in | 99 @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 …]
|
| D | Makefile.am | 3 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/ |
| D | Makefile | 10 CFLAGS+= -I${.CURDIR}/../../../contrib/pf/libevent
|
| /freebsd-10-stable/usr.sbin/ftp-proxy/libevent/ |
| D | Makefile | 3 .PATH: ${.CURDIR}/../../../contrib/pf/libevent
|
| /freebsd-10-stable/usr.sbin/ntp/sntp/ |
| D | Makefile | 19 -I${.CURDIR}/../../../contrib/ntp/sntp/libevent/include \
|