summaryrefslogtreecommitdiff
path: root/ninfod
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2012-10-10 18:27:27 +0900
committerYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2012-10-11 14:24:06 +0900
commit434c755144a0f603585d7c213e93ca2e343bec45 (patch)
treed743cfc7c68606798349387f4a6971a1bb0253db /ninfod
parent1f3d27ec4f627f3dfaa2141c64a76109ce2817e2 (diff)
downloadiputils-434c755144a0f603585d7c213e93ca2e343bec45.tar.gz
ninfod: Add missing entry for ENABLE_SUPTYPES in config.h.in.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'ninfod')
-rw-r--r--ninfod/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/ninfod/config.h.in b/ninfod/config.h.in
index 9bb24bc..304fe2b 100644
--- a/ninfod/config.h.in
+++ b/ninfod/config.h.in
@@ -3,6 +3,9 @@
/* Enable debugging */
#undef ENABLE_DEBUG
+/* Enable ttl support for qtypes (deprecated) */
+#undef ENABLE_SUPTYPES
+
/* Enable threads */
#undef ENABLE_THREADS