mirror of
https://github.com/apache/httpd.git
synced 2026-01-26 19:01:35 +03:00
as doing so makes a multi-process MPM crash & burn.... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90281 13f79535-47bb-0310-9956-ffa450edef68
17 lines
249 B
Modula-2
17 lines
249 B
Modula-2
LIBRARY httpd INITINSTANCE
|
|
DESCRIPTION "Apache Server Core"
|
|
DATA NONSHARED
|
|
|
|
EXPORTS
|
|
"main"
|
|
|
|
; One for mod_dav from socket library
|
|
"_swaps"
|
|
|
|
; And some more for mod_unique_id
|
|
"gethostname"
|
|
"gethostbyname"
|
|
"_swapl"
|
|
"h_errno"
|
|
"inet_ntoa"
|