1
0
mirror of https://github.com/apache/httpd.git synced 2025-06-04 21:42:15 +03:00
apache/os/os2/core_header.def
Brian Havard 0436304b2b OS/2: export inet_addr from the core for mod_proxy & anything else that uses
apr_inet_addr which is just a #define.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95217 13f79535-47bb-0310-9956-ffa450edef68
2002-05-22 14:38:55 +00:00

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"