[AC_LANG_PROGRAM(
[#include <chrono>
#include <type_traits>]
- [static_assert(!std::is_same<
+ [static_assert(!std::is_same<
std::chrono::system_clock::duration,
- std::chrono::steady_clock::duration
- >::value, "");])],
+ std::chrono::steady_clock::duration
+ >::value, "");])],
[AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(no)
AC_DEFINE([CHRONO_SAME_DURATION], [1],
-// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
There are several steps needed to document a new API command:
1. Configure sources with ./configure --enable-generate-docs
- 1. Copy doc/sphinx/api/_template.json to appropriate name.
+ 1. Copy src/shared/api/_template.json to appropriate name.
2. Remove comments from it and fill in the actual content.
- 3. Update api_files variable in doc/sphinx/Makefile.am
+ 3. Update api_files.mk file in src/share/api/Makefile.am
4. make html will generate multi-page html.
5. make singlehtml will generate a single page html.
# Check the exit code
if [ "${shell_exit_code}" -ne 0 ]; then
echo "ERROR:" \
- "kea-shell returned ${shell_exit_code} exit code, expected 0."
+ "kea-shell returned ${shell_exit_code} exit code, expected 0."
else
echo "kea-shell returned ${shell_exit_code} exit code as expected."
fi