代码搜索:libevent

找到约 30 项符合「libevent」的源代码

代码结果 30
www.eeworm.com/read/258895/4348888

repository

arm-linux/user/PPPoE/rp-pppoe-3.7/libevent
www.eeworm.com/read/469900/6920658

readme

Building: - Install libevent and glib - Probably adapt paths in Makefile - type "make" Configuration: Adapter: -------- As getstream is supposed to support multiple adapters with the sam
www.eeworm.com/read/395762/8153297

am makefile.am

bin_PROGRAMS = tor-resolve tor-gencert tor_resolve_SOURCES = tor-resolve.c tor_resolve_LDFLAGS = @TOR_LDFLAGS_libevent@ tor_resolve_LDADD = ../common/libor.a -levent @TOR_LIB_WS32@ tor_gencert_SOURC
www.eeworm.com/read/341017/12113741

c event_msgqueue.c

/* * event_msgqueue.c * * Libevent threaded message passing primitives * * Andrew Danforth , October 2006 * * Copyright (c) Andrew Danforth, 2006 * */ #include
www.eeworm.com/read/341017/12113794

h event_msgqueue.h

/* * event_msgqueue.h * * Libevent threaded message passing primitives header * * Andrew Danforth , October 2006 * * Copyright (c) Andrew Danforth, 2006 * */ #ifndef _EVEN
www.eeworm.com/read/402480/2321426

readme

To build libevent, type $ ./configure && make Install as root via # make install You can run the regression tests by $ make verify Before, reporting any problems, please run the regression tests
www.eeworm.com/read/204643/5032060

in makefile.in

LTLIBRARY_NAME = libevent.la LTLIBRARY_SOURCES = event.c fdqueue.c pod.c include $(top_srcdir)/build/ltlib.mk
www.eeworm.com/read/430898/1915874

in makefile.in

LTLIBRARY_NAME = libevent.la LTLIBRARY_SOURCES = event.c fdqueue.c pod.c include $(top_srcdir)/build/ltlib.mk
www.eeworm.com/read/389774/2537358

in makefile.in

LTLIBRARY_NAME = libevent.la LTLIBRARY_SOURCES = event.c fdqueue.c pod.c include $(top_srcdir)/build/ltlib.mk
www.eeworm.com/read/460794/1557639

makefile

TARGET = libevent.so SOURCE= \ eventLib.c OBJS = $(SOURCE:%.c=%.o) CC = gcc export LD_LIBRARY_PATH=`pwd` $(TARGET): $(OBJS) $(CC) -shared -o $@ $(OBJS) # ar rv $@ $(OBJS) # ranlib