Subversion Repositories Tewi

Rev

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

Rev 302 Rev 303
Line 1... Line 1...
1
/* $Id: server.c 302 2024-10-10 02:07:38Z nishi $ */
1
/* $Id: server.c 303 2024-10-10 02:09:40Z nishi $ */
2
 
2
 
3
#define SOURCE
3
#define SOURCE
4
 
4
 
5
#include "../config.h"
5
#include "../config.h"
6
 
6
 
Line 74... Line 74...
74
 
74
 
75
#ifdef __HAIKU__
75
#ifdef __HAIKU__
76
#include <OS.h>
76
#include <OS.h>
77
#endif
77
#endif
78
 
78
 
-
 
79
#ifdef __USLC__
-
 
80
typedef int socklen_t;
-
 
81
#endif
-
 
82
 
79
#ifndef S_ISDIR
83
#ifndef S_ISDIR
80
#define S_ISDIR(x) ((x) & _S_IFDIR)
84
#define S_ISDIR(x) ((x) & _S_IFDIR)
81
#endif
85
#endif
82
 
86
 
83
extern struct tw_config config;
87
extern struct tw_config config;