Home
last modified time | relevance | path

Searched defs:EVENT2_EXPORT_SYMBOL (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dvisibility.h40 # define EVENT2_EXPORT_SYMBOL __global macro
42 # define EVENT2_EXPORT_SYMBOL __attribute__ ((visibility("default"))) macro
44 # define EVENT2_EXPORT_SYMBOL __declspec(dllexport) macro
46 # define EVENT2_EXPORT_SYMBOL /* unknown compiler */ macro
51 # define EVENT2_EXPORT_SYMBOL macro