Commit 5a9c1ba
committed
add HAVE_LIBJUICE to config.h instead of cmd opt
Added -DHAVE_LIBJUICE to config.h instead of passing as a compiler
option argument.
In the earlier case, reconfiguration with just holepunch state switched
may not trigger rebuild (config.h not changed). Also consistent with
most of other features.
Also removed HAVE_LIBJUICE guard from the udp_holepunch.h header -
no need to add config.h include for udp_holepunch.c.1 parent 32ffb2a commit 5a9c1ba
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1084 | 1084 | | |
1085 | 1085 | | |
1086 | 1086 | | |
1087 | | - | |
| 1087 | + | |
1088 | 1088 | | |
1089 | 1089 | | |
1090 | 1090 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | 71 | | |
73 | | - | |
74 | 72 | | |
75 | 73 | | |
76 | 74 | | |
| |||
0 commit comments