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