Allow IPv6 address entry in tools>ping - Loosens valid character check
[tomato/davidwu.git] / release / src / router / openssl / MacOS / GUSI_Init.cpp
blobd8223dba2cd766bf66f1a74989a7dfee6ecf9fb4
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.
7 */
9 #define GUSI_SOURCE
10 #include <GUSIConfig.h>
11 #include <sys/cdefs.h>
13 /* Declarations of Socket Factories */
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
28 /* Configure Socket Factories */
30 void GUSISetupFactories()
32 #ifdef GUSISetupFactories_BeginHook
33 GUSISetupFactories_BeginHook
34 #endif
35 GUSIwithInetSockets();
36 #ifdef GUSISetupFactories_EndHook
37 GUSISetupFactories_EndHook
38 #endif
41 /* Declarations of File Devices */
43 __BEGIN_DECLS
44 void GUSIwithDConSockets();
45 void GUSIwithNullSockets();
46 void GUSISetupDevices();
47 __END_DECLS
49 /* Configure File Devices */
51 void GUSISetupDevices()
53 #ifdef GUSISetupDevices_BeginHook
54 GUSISetupDevices_BeginHook
55 #endif
56 GUSIwithNullSockets();
57 #ifdef GUSISetupDevices_EndHook
58 GUSISetupDevices_EndHook
59 #endif
62 /**************** END GUSI CONFIGURATION *************************/