Skip to content

Commit

Permalink
- Fixed conflicts for PR #93 and make configure, yacc, lex.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed May 15, 2020
1 parent 8030888 commit 2c8ebe6
Show file tree
Hide file tree
Showing 5 changed files with 3,946 additions and 3,891 deletions.
6 changes: 3 additions & 3 deletions config.h.in
Expand Up @@ -866,12 +866,12 @@
/* the version of the windows API enabled */
#undef WINVER

/* Define if you want dynlib module. */
#undef WITH_DYNLIBMODULE

/* Define if you want Python module. */
#undef WITH_PYTHONMODULE

/* Define if you want dynamic library module. */
#undef WITH_DYNLIBMODULE

/* Define if you want PyUnbound. */
#undef WITH_PYUNBOUND

Expand Down
4 changes: 4 additions & 0 deletions doc/Changelog
@@ -1,3 +1,7 @@
15 May 2020: Wouter
- Merge PR #93: Add dynamic library support.
- Fixed conflicts for PR #93 and make configure, yacc, lex.

15 May 2020: Ralph
- Cache ECS answers with longest scope of CNAME chain.

Expand Down

0 comments on commit 2c8ebe6

Please sign in to comment.