OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
GUSI_Init.cpp
Go to the documentation of this file.
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();
24 void GUSIwithPPCSockets();
25 void GUSISetupFactories();
26 __END_DECLS
27 
28 /* Configure Socket Factories */
29 
31 {
32 #ifdef GUSISetupFactories_BeginHook
33  GUSISetupFactories_BeginHook
34 #endif
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 
52 {
53 #ifdef GUSISetupDevices_BeginHook
54  GUSISetupDevices_BeginHook
55 #endif
57 #ifdef GUSISetupDevices_EndHook
58  GUSISetupDevices_EndHook
59 #endif
60 }
61 
62 /**************** END GUSI CONFIGURATION *************************/