diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index b95e01843..02528e733 100644 --- a/config.h.in +++ b/config.h.in @@ -329,6 +329,9 @@ /* support for IKEv2 protocol */ #undef USE_IKEV2 +/* use thread ID for thread identification, if available */ +#undef USE_THREAD_IDS + /* use Vstr string library for printf hooks */ #undef USE_VSTR |