44 lines
1022 B
C
44 lines
1022 B
C
|
// cmake template file
|
||
|
|
||
|
/* Define to 1 if you have the <cuddInt.h> header file. */
|
||
|
#ifndef HAVE_CUDD_H
|
||
|
/* #undef HAVE_CUDD_H */
|
||
|
#endif
|
||
|
|
||
|
/* Define to 1 if you have the <cudd/cuddInt.h> header file. */
|
||
|
#ifndef HAVE_CUDD_CUDD_H
|
||
|
#define HAVE_CUDD_CUDD_H 1
|
||
|
#endif
|
||
|
|
||
|
/* Define to 1 if you have the <cuddInt.h> header file. */
|
||
|
#ifndef HAVE_CUDDINT_H
|
||
|
/* #undef HAVE_CUDDINT_H */
|
||
|
#endif
|
||
|
|
||
|
/* Define to 1 if you have the <cudd/cuddInt.h> header file. */
|
||
|
#ifndef HAVE_CUDD_CUDDINT_H
|
||
|
#define HAVE_CUDD_CUDDINT_H 1
|
||
|
#endif
|
||
|
|
||
|
|
||
|
/* Define to 1 if you have the <cuddObj.hh> header file. */
|
||
|
#ifndef HAVE_CUDDOBJ_HH
|
||
|
/* #undef HAVE_CUDDOBJ_HH */
|
||
|
#endif
|
||
|
|
||
|
/* Define to 1 if you have the <cudd/cuddObj.hh> header file. */
|
||
|
#ifndef HAVE_CUDD_CUDDOBJ_HH
|
||
|
/* #undef HAVE_CUDD_CUDDOBJ_HH */
|
||
|
#endif
|
||
|
|
||
|
|
||
|
/* Define to 1 if you have the <dddmpInt.h> header file. */
|
||
|
#ifndef HAVE_DDDMPINT_H
|
||
|
/* #undef HAVE_DDDMPINT_H */
|
||
|
#endif
|
||
|
|
||
|
/* Define to 1 if you have the <cudd/dddmpInt.h> header file. */
|
||
|
#ifndef HAVE_CUDD_CUDDINT_H
|
||
|
/* #undef HAVE_CUDD_DDDMPINT_H */
|
||
|
#endif
|