2 // stub module to test header files' C++ compatibilty
5 #include <ngx_config.h>
8 #include <ngx_event_connect.h>
9 #include <ngx_event_pipe.h>
14 #include <ngx_mail_pop3_module.h>
15 #include <ngx_mail_imap_module.h>
16 #include <ngx_mail_smtp_module.h>
19 // nginx header files should go before other, because they define 64-bit off_t
24 ngx_cpp_test_handler(void *data
)