source: git/kernel/old.si_gmp.h @ b938f4

spielwiese
Last change on this file since b938f4 was cab375, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: LIBPOLYS_CFLAGS for GMP and etc... includes FIX: use coeffs/si_gmp.h for a moment
  • Property mode set to 100644
File size: 299 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.