cvc4-1.4
cvc4_private.h
Go to the documentation of this file.
1/********************* */
19#ifndef __CVC4_PRIVATE_H
20#define __CVC4_PRIVATE_H
21
22#if ! (defined(__BUILDING_CVC4LIB) || defined(__BUILDING_CVC4LIB_UNIT_TEST))
23# warning A private CVC4 header was included when not building the library or private unit test code.
24#endif /* ! (__BUILDING_CVC4LIB || __BUILDING_CVC4LIB_UNIT_TEST) */
25
26#ifdef __BUILDING_STATISTICS_FOR_EXPORT
27# warning A private CVC4 header was included when building a library for export.
28#endif /* __BUILDING_STATISTICS_FOR_EXPORT */
29
30#include "cvc4_public.h"
31#include "cvc4autoconfig.h"
32
33#endif /* __CVC4_PRIVATE_H */
Macros that should be defined everywhere during the building of the libraries and driver binary,...