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