1
0
Fork 0
apache2/os/os2/core_header.def
Daniel Baumann 7263481e48
Adding upstream version 2.4.63.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 11:01:26 +02:00

19 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"