1 /**************** BEGIN GUSI CONFIGURATION ****************************
3 * GUSI Configuration section generated by GUSI Configurator
4 * last modified: Wed Jan 5 20:33:51 2000
6 * This section will be overwritten by the next run of Configurator.
10 #include <GUSIConfig.h>
11 #include <sys/cdefs.h>
13 /* Declarations of Socket Factories */
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();
28 /* Configure Socket Factories */
30 void GUSISetupFactories()
32 #ifdef GUSISetupFactories_BeginHook
33 GUSISetupFactories_BeginHook
35 GUSIwithInetSockets();
36 #ifdef GUSISetupFactories_EndHook
37 GUSISetupFactories_EndHook
41 /* Declarations of File Devices */
44 void GUSIwithDConSockets();
45 void GUSIwithNullSockets();
46 void GUSISetupDevices();
49 /* Configure File Devices */
51 void GUSISetupDevices()
53 #ifdef GUSISetupDevices_BeginHook
54 GUSISetupDevices_BeginHook
56 GUSIwithNullSockets();
57 #ifdef GUSISetupDevices_EndHook
58 GUSISetupDevices_EndHook
62 /**************** END GUSI CONFIGURATION *************************/