]> www.ginac.de Git - ginac.git/blobdiff - check/poly_gcd.cpp
- Made configure warn a lot when readline-stuff couldn't be found.
[ginac.git] / check / poly_gcd.cpp
index 0d8327a39e2dd8023268cd580f9270708d953573..0e6780c81f65b49362666ce194f5f392f3f9c200 100644 (file)
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include <ginac/ginac.h>
+#include "ginac.h"
 
-#ifndef NO_GINAC_NAMESPACE
+#ifndef NO_NAMESPACE_GINAC
 using namespace GiNaC;
-#endif // ndef NO_GINAC_NAMESPACE
+#endif // ndef NO_NAMESPACE_GINAC
 
 const int MAX_VARIABLES = 5;