/* Copyright (c) 2003-2004, Roger Dingledine
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2020, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
* \file logic.h
*
* \brief Macros for comparing the boolean value of integers.
**/
/** Macro: true if two values have the same boolean value. */
/** Macro: true if two values have different boolean values. */
/* !defined(HAVE_TOR_LOGIC_H) */