src/server/daemon/netsite.h

changeset 24
1a7853a4257e
parent 14
b8bf95b39952
child 82
740cfd9dd443
equal deleted inserted replaced
23:a2c8fc23c90e 24:1a7853a4257e
40 40
41 /* 41 /*
42 * Standard defs for NetSite servers. 42 * Standard defs for NetSite servers.
43 */ 43 */
44 44
45 #include <mps/nspr.h> 45 //include <mps/nspr.h>
46
47 #ifndef BASE_SYSTEMS_H 46 #ifndef BASE_SYSTEMS_H
48 #include "../util/systems.h" 47 #include "../util/systems.h"
49 #endif /* !BASE_SYSTEMS_H */ 48 #endif /* !BASE_SYSTEMS_H */
50 49
51 50
56 /* Include the public nsapi.h definitions */ 55 /* Include the public nsapi.h definitions */
57 #ifndef PUBLIC_NETSITE_H 56 #ifndef PUBLIC_NETSITE_H
58 #include "../public/nsapi.h" 57 #include "../public/nsapi.h"
59 #endif /* PUBLIC_NETSITE_H */ 58 #endif /* PUBLIC_NETSITE_H */
60 59
61 NSPR_BEGIN_EXTERN_C 60 #ifdef __cplusplus
61 extern "C" {
62 #endif
62 63
63 /* 64 /*
64 * Only the mainline needs to set the malloc key. 65 * Only the mainline needs to set the malloc key.
65 */ 66 */
66 67
140 141
141 #endif /* INTNSAPI */ 142 #endif /* INTNSAPI */
142 143
143 /* --- End public functions --- */ 144 /* --- End public functions --- */
144 145
145 NSPR_END_EXTERN_C 146 #ifdef __cplusplus
147 }
148 #endif
146 149
147 #ifdef INTNSAPI 150 #ifdef INTNSAPI
148 151
149 #define dns_guess_domain INTdns_guess_domain 152 #define dns_guess_domain INTdns_guess_domain
150 //define system_version INTsystem_version 153 //define system_version INTsystem_version

mercurial