mirror of
https://github.com/apache/httpd.git
synced 2025-07-25 17:01:22 +00:00

Reverses r758929 with a little bit of conflict resolution. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807930 13f79535-47bb-0310-9956-ffa450edef68
20 lines
291 B
Modula-2
20 lines
291 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"
|
|
|
|
; mod_proxy needs this one
|
|
"inet_addr"
|