aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* include: Add linux/socket.hTobias Brunner2015-09-071-1/+1
| | | | | | | | | | | | | __kernel_sa_family_t is defined and used since Linux 3.1, so on systems with older kernels (like CentOS 6.7, which still ships a 2.6.32 kernel) the build with the current UAPI headers fails. And using the native headers on such system does not really work either because we use structs, defines, and enum values from the newer headers in the kernel-netlink plugin. __kernel_sa_family_t is defined in linux/socket.h so we ship that too (in particular the simplified UAPI version from Linux 3.7+). Fixes #1099.
* include: Remove linux/types.h headerTobias Brunner2015-07-281-2/+1
| | | | | This conflicts with the headers of the android-21 target. Hopefully headers on current Linux distros are recent enough.
* kernel-netlink: Check existence of linux/fib_rules.h, don't include it in ↵Tobias Brunner2013-10-181-3/+3
| | | | | | distribution This reverts commit b0761f1f0a5abd225edc291c8285f99a538e6a66.
* Add linux/fip_rules.h to include filesAndreas Steffen2013-10-131-3/+3
|
* jhash.h is not part of the distribution anymore.Tobias Brunner2011-08-021-1/+1
|
* include linux/if_alg.h in the strongSwan distributionAndreas Steffen2011-03-171-1/+1
|
* added a copy of the linux jenkins hash to distMartin Willi2010-04-071-1/+1
|
* including sys/queue.h to support TAILQ_LAST() macroMartin Willi2008-06-201-1/+2
|
* added udp.h4.1.2Andreas Steffen2007-04-291-1/+2
|
* actually not neededAndreas Steffen2007-04-281-2/+1
|
* actually not neededAndreas Steffen2007-04-281-1/+1
|
* added compiler.h filter.h in.h and udp.h to src/include/linux/Andreas Steffen2007-04-281-1/+2
|
* added netlink.h and rtnetlink.h to src/include/linuxAndreas Steffen2007-04-281-1/+1
|
* added most problematic linux headers to distributionMartin Willi2007-04-191-0/+1
other/real linux header may be selected using --with-linux-headers=dir