File: Linux.xs

package info (click to toggle)
libsocket-linux-perl 0.01-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 260 kB
  • sloc: perl: 48; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#define PERL_NO_GET_CONTEXT
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"

#include "ppport.h"

#ifdef I_NETINET_TCP
# include <netinet/tcp.h>
#endif

#include "const-c.inc"

MODULE = Socket::Linux		PACKAGE = Socket::Linux

INCLUDE: const-xs.inc