Changeset 367 in Main for trunk/Module
- Timestamp:
- Oct 17, 2024, 1:22:49 PM (4 weeks ago)
- Location:
- trunk/Module
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Module/mod_cgi.c
r315 r367 23 23 } 24 24 25 #ifdef __NETWARE__ 26 int main() { return 0; } 27 #endif 25 END_MODULE -
trunk/Module/mod_example.c
r315 r367 14 14 int MODULE_DECL mod_request(struct tw_tool* tools, struct tw_http_request* req, struct tw_http_response* res) { return TW_MODULE_ERROR(403); } 15 15 16 #ifdef __NETWARE__ 17 int main() { return 0; } 18 #endif 16 END_MODULE -
trunk/Module/mod_proxy.c
r315 r367 15 15 int MODULE_DECL mod_request(struct tw_tool* tools, struct tw_http_request* req, struct tw_http_response* res) { return TW_MODULE_PASS; } 16 16 17 #ifdef __NETWARE__ 18 int main() { return 0; } 19 #endif 17 END_MODULE
Note:
See TracChangeset
for help on using the changeset viewer.