2013-12-19 18:23:12 +00:00
|
|
|
# Copyright (C) 2013 Nicira, Inc.
|
|
|
|
#
|
|
|
|
# Copying and distribution of this file, with or without modification
|
|
|
|
# are permitted in any medium without royalty provided the copyright
|
|
|
|
# notice and this notice are preserved. This file is offered as-is,
|
|
|
|
# without warranty of any kind.
|
|
|
|
|
|
|
|
noinst_HEADERS += \
|
2014-03-10 10:06:52 -07:00
|
|
|
include/windows/arpa/inet.h \
|
2014-03-14 07:38:52 -07:00
|
|
|
include/windows/dirent.h \
|
2014-01-27 08:52:57 -08:00
|
|
|
include/windows/getopt.h \
|
2014-08-13 15:16:07 +00:00
|
|
|
include/windows/linux/pkt_sched.h \
|
|
|
|
include/windows/linux/types.h \
|
2014-03-10 10:06:52 -07:00
|
|
|
include/windows/net/if.h \
|
|
|
|
include/windows/netdb.h \
|
2014-07-29 15:21:16 +00:00
|
|
|
include/windows/netpacket/packet.h \
|
2014-03-10 10:06:52 -07:00
|
|
|
include/windows/netinet/icmp6.h \
|
|
|
|
include/windows/netinet/in.h \
|
|
|
|
include/windows/netinet/in_systm.h \
|
|
|
|
include/windows/netinet/ip.h \
|
|
|
|
include/windows/netinet/ip6.h \
|
|
|
|
include/windows/netinet/tcp.h \
|
|
|
|
include/windows/poll.h \
|
|
|
|
include/windows/strings.h \
|
2014-01-27 08:52:57 -08:00
|
|
|
include/windows/syslog.h \
|
2014-08-13 15:16:07 +00:00
|
|
|
include/windows/sys/epoll.h \
|
2014-03-10 10:06:52 -07:00
|
|
|
include/windows/sys/ioctl.h \
|
2014-03-06 12:55:53 -08:00
|
|
|
include/windows/sys/resource.h \
|
2014-03-10 10:06:52 -07:00
|
|
|
include/windows/sys/socket.h \
|
|
|
|
include/windows/sys/time.h \
|
|
|
|
include/windows/sys/uio.h \
|
|
|
|
include/windows/sys/un.h \
|
|
|
|
include/windows/sys/wait.h \
|
|
|
|
include/windows/unistd.h \
|
2014-01-27 08:52:57 -08:00
|
|
|
include/windows/windefs.h
|