Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include: Add linux/socket.h | Tobias Brunner | 2015-09-07 | 1 | -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 header | Tobias Brunner | 2015-07-28 | 1 | -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 Brunner | 2013-10-18 | 1 | -3/+3 |
| | | | | | | distribution This reverts commit b0761f1f0a5abd225edc291c8285f99a538e6a66. | ||||
* | Add linux/fip_rules.h to include files | Andreas Steffen | 2013-10-13 | 1 | -3/+3 |
| | |||||
* | jhash.h is not part of the distribution anymore. | Tobias Brunner | 2011-08-02 | 1 | -1/+1 |
| | |||||
* | include linux/if_alg.h in the strongSwan distribution | Andreas Steffen | 2011-03-17 | 1 | -1/+1 |
| | |||||
* | added a copy of the linux jenkins hash to dist | Martin Willi | 2010-04-07 | 1 | -1/+1 |
| | |||||
* | including sys/queue.h to support TAILQ_LAST() macro | Martin Willi | 2008-06-20 | 1 | -1/+2 |
| | |||||
* | added udp.h4.1.2 | Andreas Steffen | 2007-04-29 | 1 | -1/+2 |
| | |||||
* | actually not needed | Andreas Steffen | 2007-04-28 | 1 | -2/+1 |
| | |||||
* | actually not needed | Andreas Steffen | 2007-04-28 | 1 | -1/+1 |
| | |||||
* | added compiler.h filter.h in.h and udp.h to src/include/linux/ | Andreas Steffen | 2007-04-28 | 1 | -1/+2 |
| | |||||
* | added netlink.h and rtnetlink.h to src/include/linux | Andreas Steffen | 2007-04-28 | 1 | -1/+1 |
| | |||||
* | added most problematic linux headers to distribution | Martin Willi | 2007-04-19 | 1 | -0/+1 |
other/real linux header may be selected using --with-linux-headers=dir |