summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-02-14 09:22:11 -0500
committerThomas Markwalder <tmark@isc.org>2015-02-14 09:22:11 -0500
commit9a111ee8039a9e1f3b22e8b649e3976490a9d5ac (patch)
treea621fc91a49fd321412329fbb4b8cd50bdc6d0d3 /includes
parent112d76f60cef3c53bbbdcac53acab41f35427741 (diff)
downloadisc-dhcp-9a111ee8039a9e1f3b22e8b649e3976490a9d5ac.tar.gz
[master] ATF usage and documentation cleaned up
Merges in rt38619
Diffstat (limited to 'includes')
-rw-r--r--includes/Makefile.in1
-rw-r--r--includes/config.h.in3
2 files changed, 4 insertions, 0 deletions
diff --git a/includes/Makefile.in b/includes/Makefile.in
index 3e302f75..b453cddb 100644
--- a/includes/Makefile.in
+++ b/includes/Makefile.in
@@ -161,6 +161,7 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+ATF_BIN = @ATF_BIN@
ATF_CFLAGS = @ATF_CFLAGS@
ATF_LDFLAGS = @ATF_LDFLAGS@
AUTOCONF = @AUTOCONF@
diff --git a/includes/config.h.in b/includes/config.h.in
index 3124b85c..6d07e9f0 100644
--- a/includes/config.h.in
+++ b/includes/config.h.in
@@ -34,6 +34,9 @@
MSVC and with C++ compilers. */
#undef FLEXIBLE_ARRAY_MEMBER
+/* ATF framework specified? */
+#undef HAVE_ATF
+
/* Define to 1 to use the Berkeley Packet Filter interface code. */
#undef HAVE_BPF