]> www.ginac.de Git - ginac.git/blobdiff - check/inifcns_consist.cpp
- Made configure warn a lot when readline-stuff couldn't be found.
[ginac.git] / check / inifcns_consist.cpp
index 23c3eb65eaadb2102b34b50c54c40f09b71550d9..c30ddefec5316266970297022066c4816b52f1cc 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
 
 /* Some tests on the sine trigonometric function. */
 static unsigned inifcns_consist_sin(void)