summaryrefslogtreecommitdiff
path: root/modules/passfd
blob: 5e5c15f559df510d358ace8398174ad8632ccf79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Description:
Pass file descriptors along Unix domain sockets

Files:
lib/passfd.h
lib/passfd.c
m4/passfd.m4

Depends-on:
cloexec
sys_socket
socketlib

configure.ac:
gl_PASSFD

Makefile.am:
lib_SOURCES += passfd.c

Include:
"passfd.h"

Link:
$(LIBSOCKET)

License:
LGPLv2+

Maintainer:
Bastien ROUCARIÈS

Local Variables:
coding: utf-8
End: