Changeset 555 for abuse/trunk/src/netcfg.cpp
- Timestamp:
- Apr 29, 2011, 9:18:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/netcfg.cpp
r512 r555 5 5 * 6 6 * This software was released into the Public Domain. As with most public 7 * domain software, no warranty is made or implied by Crack dot Com or8 * Jonathan Clark .7 * domain software, no warranty is made or implied by Crack dot Com, by 8 * Jonathan Clark, or by Sam Hocevar. 9 9 */ 10 10 11 #include "config.h" 11 #if defined HAVE_CONFIG_H 12 # include "config.h" 13 #endif 12 14 13 15 #include "common.h" … … 18 20 #include "input.h" 19 21 #include "cache.h" 20 #include "sock.h"21 22 #include "timing.h" 22 23 #include "light.h" … … 24 25 #include "dev.h" 25 26 27 #if !defined __CELLOS_LV2__ 28 # include "net/sock.h" 29 #endif 30 26 31 extern char *get_login(); 27 net_configuration *main_net_cfg =NULL;32 net_configuration *main_net_cfg = NULL; 28 33 extern char lsf[256]; 29 34 35 #if !defined __CELLOS_LV2__ 30 36 extern net_protocol *prot; 31 37 … … 591 597 } 592 598 593 599 #endif // __CELLOS_LV2__ 600
Note: See TracChangeset
for help on using the changeset viewer.