xref: /minix3/crypto/external/bsd/openssl/dist/MacOS/GUSI_Init.cpp (revision ebfedea0ce5bbe81e252ddf32d732e40fb633fae)
1*ebfedea0SLionel Sambuc /**************** BEGIN GUSI CONFIGURATION ****************************
2*ebfedea0SLionel Sambuc  *
3*ebfedea0SLionel Sambuc  * GUSI Configuration section generated by GUSI Configurator
4*ebfedea0SLionel Sambuc  * last modified: Wed Jan  5 20:33:51 2000
5*ebfedea0SLionel Sambuc  *
6*ebfedea0SLionel Sambuc  * This section will be overwritten by the next run of Configurator.
7*ebfedea0SLionel Sambuc  */
8*ebfedea0SLionel Sambuc 
9*ebfedea0SLionel Sambuc #define GUSI_SOURCE
10*ebfedea0SLionel Sambuc #include <GUSIConfig.h>
11*ebfedea0SLionel Sambuc #include <sys/cdefs.h>
12*ebfedea0SLionel Sambuc 
13*ebfedea0SLionel Sambuc /* Declarations of Socket Factories */
14*ebfedea0SLionel Sambuc 
15*ebfedea0SLionel Sambuc __BEGIN_DECLS
16*ebfedea0SLionel Sambuc void GUSIwithInetSockets();
17*ebfedea0SLionel Sambuc void GUSIwithLocalSockets();
18*ebfedea0SLionel Sambuc void GUSIwithMTInetSockets();
19*ebfedea0SLionel Sambuc void GUSIwithMTTcpSockets();
20*ebfedea0SLionel Sambuc void GUSIwithMTUdpSockets();
21*ebfedea0SLionel Sambuc void GUSIwithOTInetSockets();
22*ebfedea0SLionel Sambuc void GUSIwithOTTcpSockets();
23*ebfedea0SLionel Sambuc void GUSIwithOTUdpSockets();
24*ebfedea0SLionel Sambuc void GUSIwithPPCSockets();
25*ebfedea0SLionel Sambuc void GUSISetupFactories();
26*ebfedea0SLionel Sambuc __END_DECLS
27*ebfedea0SLionel Sambuc 
28*ebfedea0SLionel Sambuc /* Configure Socket Factories */
29*ebfedea0SLionel Sambuc 
GUSISetupFactories()30*ebfedea0SLionel Sambuc void GUSISetupFactories()
31*ebfedea0SLionel Sambuc {
32*ebfedea0SLionel Sambuc #ifdef GUSISetupFactories_BeginHook
33*ebfedea0SLionel Sambuc 	GUSISetupFactories_BeginHook
34*ebfedea0SLionel Sambuc #endif
35*ebfedea0SLionel Sambuc 	GUSIwithInetSockets();
36*ebfedea0SLionel Sambuc #ifdef GUSISetupFactories_EndHook
37*ebfedea0SLionel Sambuc 	GUSISetupFactories_EndHook
38*ebfedea0SLionel Sambuc #endif
39*ebfedea0SLionel Sambuc }
40*ebfedea0SLionel Sambuc 
41*ebfedea0SLionel Sambuc /* Declarations of File Devices */
42*ebfedea0SLionel Sambuc 
43*ebfedea0SLionel Sambuc __BEGIN_DECLS
44*ebfedea0SLionel Sambuc void GUSIwithDConSockets();
45*ebfedea0SLionel Sambuc void GUSIwithNullSockets();
46*ebfedea0SLionel Sambuc void GUSISetupDevices();
47*ebfedea0SLionel Sambuc __END_DECLS
48*ebfedea0SLionel Sambuc 
49*ebfedea0SLionel Sambuc /* Configure File Devices */
50*ebfedea0SLionel Sambuc 
GUSISetupDevices()51*ebfedea0SLionel Sambuc void GUSISetupDevices()
52*ebfedea0SLionel Sambuc {
53*ebfedea0SLionel Sambuc #ifdef GUSISetupDevices_BeginHook
54*ebfedea0SLionel Sambuc 	GUSISetupDevices_BeginHook
55*ebfedea0SLionel Sambuc #endif
56*ebfedea0SLionel Sambuc 	GUSIwithNullSockets();
57*ebfedea0SLionel Sambuc #ifdef GUSISetupDevices_EndHook
58*ebfedea0SLionel Sambuc 	GUSISetupDevices_EndHook
59*ebfedea0SLionel Sambuc #endif
60*ebfedea0SLionel Sambuc }
61*ebfedea0SLionel Sambuc 
62*ebfedea0SLionel Sambuc /**************** END GUSI CONFIGURATION *************************/
63