diff options
Diffstat (limited to 'src/socket.h')
-rw-r--r-- | src/socket.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/socket.h b/src/socket.h index 81030fc7..b7af25b0 100644 --- a/src/socket.h +++ b/src/socket.h | |||
@@ -16,10 +16,6 @@ | |||
16 | #ifndef _SOCKET_H_ | 16 | #ifndef _SOCKET_H_ |
17 | #define _SOCKET_H_ | 17 | #define _SOCKET_H_ |
18 | 18 | ||
19 | #ifdef HAVE_CONFIG_H | ||
20 | #include "config.h" | ||
21 | #endif | ||
22 | |||
23 | #include <stdio.h> | 19 | #include <stdio.h> |
24 | #include <stdarg.h> | 20 | #include <stdarg.h> |
25 | 21 | ||
@@ -35,17 +31,7 @@ | |||
35 | #include <sys/types.h> // freebsd need it i gues that is no problem if other system includes it | 31 | #include <sys/types.h> // freebsd need it i gues that is no problem if other system includes it |
36 | #endif | 32 | #endif |
37 | 33 | ||
38 | 34 | #define __ILWS_read recv | |
39 | |||
40 | |||
41 | |||
42 | #include "debug.h" | ||
43 | |||
44 | extern int errno; | ||
45 | |||
46 | int __ILWS_newdata(int); | ||
47 | int __ILWS_listensocket(short, int); | ||
48 | int __ILWS_read(int,void *,size_t); | ||
49 | 35 | ||
50 | #endif | 36 | #endif |
51 | 37 | ||