~ubuntu-branches/ubuntu/precise/kalzium/precise

« back to all changes in this revision

Viewing changes to config-kalzium.h.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muškovac
  • Date: 2011-07-03 12:28:58 UTC
  • Revision ID: james.westby@ubuntu.com-20110703122858-q1yyxncs89e4w0hs
Tags: upstream-4.6.90+repack
Import upstream version 4.6.90+repack

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* facile solver available? */
 
2
#cmakedefine HAVE_FACILE 1
 
3
 
 
4
/* Define to 1 if we have OpenBabel2 */
 
5
#cmakedefine HAVE_OPENBABEL2 1
 
6
 
 
7
/* Define 1 if we have Eigen */
 
8
#cmakedefine HAVE_EIGEN 1
 
9
 
 
10
/* Define 1 if we have Avogadro */
 
11
#cmakedefine HAVE_AVOGADRO 1
 
12
 
 
13
/* Define to 1 if you have the <ieeefp.h> header file. */
 
14
#cmakedefine HAVE_IEEEFP_H 1
 
15
 
 
16
/* The base directory of the Avogadro plugins. */
 
17
#define AVOGADRO_PLUGIN_DIR "${Avogadro_PLUGIN_DIR}"
 
18