]> www.ginac.de Git - ginac.git/blobdiff - ginac/excompiler.h
Fixed compile bug caused by "missing" config.h.
[ginac.git] / ginac / excompiler.h
index 0c1ca3a843bc657727e0a4253ba7ed4ee2662859..56c870e14b813b4190ecbce2ba897926a12d1b4b 100644 (file)
@@ -4,7 +4,7 @@
  *  fast numerical integration. */
 
 /*
  *  fast numerical integration. */
 
 /*
- *  GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2006 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
 #define __GINAC_EXCOMPILER_H__
 
 #include "basic.h"
 #define __GINAC_EXCOMPILER_H__
 
 #include "basic.h"
-#include "config.h"
 #include "ex.h"
 
 namespace GiNaC {
 
 #include "ex.h"
 
 namespace GiNaC {
 
-#ifdef HAVE_LIBDL
 
 typedef double (*FP_dim1) (double);
 
 
 typedef double (*FP_dim1) (double);
 
@@ -40,7 +38,6 @@ typedef void (*FP_cuba) (const int*, const double[], const int*, double[]);
 
 FP_cuba compile(const lst& exprs, const lst& syms);
 
 
 FP_cuba compile(const lst& exprs, const lst& syms);
 
-#endif
 
 } // namespace GiNaC
 
 
 } // namespace GiNaC