Subversion Repositories Tewi

Rev

Rev 347 | Rev 359 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 347 Rev 349
Line 1... Line 1...
1
/* $Id: config.c 347 2024-10-15 16:33:28Z nishi $ */
1
/* $Id: config.c 349 2024-10-15 20:08:08Z nishi $ */
2
 
2
 
3
#define SOURCE
3
#define SOURCE
4
 
4
 
5
#include "../config.h"
5
#include "../config.h"
6
 
6
 
Line 30... Line 30...
30
#include <netinet/in.h>
30
#include <netinet/in.h>
31
#include <tcpustd.h>
31
#include <tcpustd.h>
32
#endif
32
#endif
33
 
33
 
34
#ifdef __NETWARE__
34
#ifdef __NETWARE__
35
#include <arpa/inet.h>
35
#include <sys/socket.h>
36
#endif
36
#endif
37
#include "tw_config.h"
37
#include "tw_config.h"
38
#include "tw_module.h"
38
#include "tw_module.h"
39
 
39
 
40
struct tw_config config;
40
struct tw_config config;