source: git/libpolys/coeffs/si_gmp.h @ bfa04e

spielwiese
Last change on this file since bfa04e was 014b65, checked in by Mohamed Barakat <mohamed.barakat@…>, 13 years ago
- moved misc,reporter,resources,coeffs,polys -> (new) libpolys (Hans agreed) - migrated to automake in coeffs, misc status: everything builds (except polys) todo: . migrate resources and reporter to automake . create autoconf macros for omalloc, factory, and libpolys
  • Property mode set to 100644
File size: 297 bytes
Line 
1/* $Id$ */
2
3#ifndef INCL_CF_GMP_H
4#define INCL_CF_GMP_H
5#ifdef HAVE_FACTORY
6#include <factory/cf_gmp.h>
7#else
8#if defined(__cplusplus) && defined(__GNUC__)
9extern "C" {
10#undef __cplusplus
11#include <gmp.h>
12}
13#define __cplusplus 1
14#else
15#include <gmp.h>
16#endif
17
18#endif
19#endif /* ! INCL_CF_GMP_H */
Note: See TracBrowser for help on using the repository browser.