guess HAVE_EPOLL
This commit is contained in:
parent
b830a899ca
commit
661da3eec4
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -37,7 +37,10 @@ TESTS = generateload bounce
|
|||
DEFINES += -DSTATISTICS
|
||||
DEFINES += -DSTAT_CALLS
|
||||
DEFINES += -DRINGBUFFER
|
||||
DEFINES += -DHAVE_EPOLL
|
||||
|
||||
ifneq (2.4, $(shell uname -r | perl -pe 's/^(\d+\.\d+).*/$$1/'))
|
||||
DEFINES += -DHAVE_EPOLL
|
||||
endif
|
||||
|
||||
DEFINES += -DBGP
|
||||
OBJS += bgp.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue