]> git.meshlink.io Git - catta/commit
move wincompat headers to include path and add to make install
authoreverHannes <hannes.ahrens@everbase.net>
Thu, 20 Aug 2015 11:51:12 +0000 (13:51 +0200)
committerHiveError <hiveerror@gmail.com>
Thu, 20 Aug 2015 11:51:12 +0000 (13:51 +0200)
commit6ce8abeff8a93a7defcad963737eafc1fc7856c2
tree078c1a0d05cb4ec023b90c83e54a3174ab9c82ba
parentdfdbd757b3e51e2fb52df8c6144af26562d44e75
move wincompat headers to include path and add to make install
24 files changed:
configure.ac
include/Makefile.am
include/catta/compat/wincompat.h [new file with mode: 0644]
include/catta/compat/windows/arpa/inet.h [new file with mode: 0644]
include/catta/compat/windows/net/if.h [new file with mode: 0644]
include/catta/compat/windows/netinet/in.h [new file with mode: 0644]
include/catta/compat/windows/sys/ioctl.h [new file with mode: 0644]
include/catta/compat/windows/sys/poll.h [new file with mode: 0644]
include/catta/compat/windows/sys/select.h [new file with mode: 0644]
include/catta/compat/windows/sys/socket.h [new file with mode: 0644]
include/catta/compat/windows/sys/uio.h [new file with mode: 0644]
include/catta/compat/windows/sys/utsname.h [new file with mode: 0644]
src/Makefile.am
src/compat/windows/include/arpa/inet.h [deleted file]
src/compat/windows/include/net/if.h [deleted file]
src/compat/windows/include/netinet/in.h [deleted file]
src/compat/windows/include/sys/ioctl.h [deleted file]
src/compat/windows/include/sys/poll.h [deleted file]
src/compat/windows/include/sys/select.h [deleted file]
src/compat/windows/include/sys/socket.h [deleted file]
src/compat/windows/include/sys/uio.h [deleted file]
src/compat/windows/include/sys/utsname.h [deleted file]
src/compat/windows/wincompat.c
src/compat/windows/wincompat.h [deleted file]