mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
Merged in i2k's networking code
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@155 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2b026b6d0f
commit
cc01075295
2 changed files with 1 additions and 26 deletions
24
src/common.h
24
src/common.h
|
|
@ -40,35 +40,13 @@
|
|||
#endif
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifdef HAVE_SOCKS_H
|
||||
#include <socks.h>
|
||||
#endif
|
||||
|
||||
#include <netdb.h>
|
||||
#include <sys/socket.h>
|
||||
#include <signal.h>
|
||||
#include <sys/signal.h>
|
||||
#include <sys/param.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include <glib.h>
|
||||
#include <gmodule.h>
|
||||
|
||||
typedef struct
|
||||
{
|
||||
gushort family;
|
||||
#ifdef HAVE_IPV6
|
||||
struct in6_addr addr;
|
||||
#else
|
||||
struct in_addr addr;
|
||||
#endif
|
||||
}
|
||||
IPADDR;
|
||||
|
||||
#include "irc-base/memdebug.h"
|
||||
#include "lib-config/irssi-config.h"
|
||||
#include "common-setup.h"
|
||||
#include "nls.h"
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue