Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
cbb135d5
Commit
cbb135d5
authored
May 11, 2015
by
Francis Dupont
Browse files
[master] added CONFIG_H_WAS_INCLUDED (#3812)
parent
cea7fe59
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
cbb135d5
928. [build] fdupont
A CONFIG_H_WAS_INCLUDED define has been added to provide
a way in source files to check whether config.h has been included.
(Trac #3812, git xxx)
927. [bug] tmark
927. [bug] tmark
DHCPv4 no longer attempts to update the lease database with the
DHCPv4 no longer attempts to update the lease database with the
generated FQDN when processing DHCPDISCOVERs.
generated FQDN when processing DHCPDISCOVERs.
...
...
configure.ac
View file @
cbb135d5
...
@@ -1387,6 +1387,8 @@ AC_TRY_LINK(
...
@@ -1387,6 +1387,8 @@ AC_TRY_LINK(
AM_CONDITIONAL(HAVE_OPTRESET, test "x$var_optreset_exists" != "xno")
AM_CONDITIONAL(HAVE_OPTRESET, test "x$var_optreset_exists" != "xno")
AM_COND_IF([HAVE_OPTRESET], [AC_DEFINE([HAVE_OPTRESET], [1], [Check for optreset?])])
AM_COND_IF([HAVE_OPTRESET], [AC_DEFINE([HAVE_OPTRESET], [1], [Check for optreset?])])
AC_DEFINE([CONFIG_H_WAS_INCLUDED], [1], [config.h inclusion marker])
AC_CONFIG_FILES([compatcheck/Makefile
AC_CONFIG_FILES([compatcheck/Makefile
dns++.pc
dns++.pc
doc/design/datasrc/Makefile
doc/design/datasrc/Makefile
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment