blob: d53081b6c5af7bcd80b3f1b490da881ae26f9fed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include $(top_srcdir)/misc/Makefile.common
EXTRA_DIST = \
msvc/sys/time.h \
msvc/config.h \
msvc/inttypes.h \
msvc/stdint.h \
sys/socket.h \
netinet/in.h \
sys/socket.h \
dlfcn.h \
netdb.h \
pwd.h \
unistd.h
|