n2n/include
Hamish Coleman 4f568b03c1
Autoconf simplification (#927)
* Convert zstd feature to default disable

* All autoconf test use one standard template

To simplify the testing, cross-compilation and repeatable build process,
no configure options are automatically probed for - they all default to
off and are all using the same template.

The --with-x options should be deprecated and replaced with --enable-x
because there is no syntax checking for --with options in autoconf.

There are still some differences between the config options, but this
should provide a starting point.

* Remove unused code from the autoconf

* Remove warnings from default build

* Avoid calling port mapping functions if none are enabled

* Start with all builds in neutral config

* Add more missing code guards

* Adjust code guard location to placate cmake
2022-01-10 19:58:15 +00:00
..
aes.h switched to 2021 (#632) 2021-02-08 16:11:06 +05:45
auth.h Basic C Code lint checker and shell checker (#859) 2021-10-24 01:21:18 +05:45
cc20.h switched to 2021 (#632) 2021-02-08 16:11:06 +05:45
curve25519.h added user-password edge authentication (#673) 2021-06-04 03:11:22 +05:45
edge_utils_win32.h Basic C Code lint checker and shell checker (#859) 2021-10-24 01:21:18 +05:45
header_encryption.h addressed all but one of the remaining compile warnings (#793) 2021-09-16 14:45:46 +05:45
hexdump.h added test framework and code coverage reporting (#797) 2021-09-27 15:26:06 +05:45
lzoconf.h updated minilzo 2020-08-15 23:26:21 +05:45
lzodefs.h updated minilzo 2020-08-15 23:26:21 +05:45
minilzo.h updated minilzo 2020-08-15 23:26:21 +05:45
n2n_define.h updated JSON API password handling '--management-password <pw>' (#869) 2021-10-24 15:22:36 +05:45
n2n_port_mapping.h Autoconf simplification (#927) 2022-01-10 19:58:15 +00:00
n2n_regex.h switched to 2021 (#632) 2021-02-08 16:11:06 +05:45
n2n_typedefs.h added port forwarding (upnp and natpmp) (#905) 2021-12-23 12:27:55 +01:00
n2n_wire.h added mingw test platform (#829) 2021-10-06 00:52:15 +05:45
n2n.h added port forwarding (upnp and natpmp) (#905) 2021-12-23 12:27:55 +01:00
network_traffic_filter.h switched to 2021 (#632) 2021-02-08 16:11:06 +05:45
pearson.h Basic C Code lint checker and shell checker (#859) 2021-10-24 01:21:18 +05:45
portable_endian.h compile fix (#834) 2021-09-30 12:39:31 +05:45
random_numbers.h fix windows compile (#636) 2021-02-10 15:16:16 +05:45
sn_selection.h choose supernode selection strategy at run-time '--select-rtt' (#864) 2021-10-24 12:53:25 +05:45
speck.h Basic C Code lint checker and shell checker (#859) 2021-10-24 01:21:18 +05:45
tf.h switched to 2021 (#632) 2021-02-08 16:11:06 +05:45
uthash.h Code reorganization 2020-06-21 22:26:27 +02:00