repo.or.cz
/
unleashed-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
grails: switch to Python 2.7
[unleashed-userland.git]
/
components
/
libevent2
/
files
/
event-config.h
blob
9c8708797f32106e65640b1e49ef3a6ed1cd8052
1
#if defined(_LP64) || defined (__amd64)
2
#include <event2/event-config-64.h>
3
#else
4
#include <event2/event-config-32.h>
5
#endif