| LIBRARY httpd INITINSTANCE | |
| DESCRIPTION "Apache Server Core" | |
| EXPORTS | |
| "main" | |
| "ap_my_generation" | |
| "ap_restart_time" | |
| "ap_extended_status" | |
| "ap_scoreboard_image" | |
| "ap_conftree" | |
| "ap_server_root" | |
| "ap_top_module" | |
| ; Some globals from apr & apr-util | |
| "apr_day_snames" | |
| "apr_month_snames" | |
| "apr_global_hook_pool" | |
| "apr_debug_module_hooks" | |
| "apr_current_hooking_module" | |
| ; One for mod_dav from socket library | |
| "_swaps" | |
| ; And some more for mod_unique_id | |
| "gethostname" | |
| "gethostbyname" | |
| "_swapl" | |
| "h_errno" | |
| "inet_ntoa" | |