source: git/kernel/old.si_gmp.h @ 3af3ca

fieker-DuValspielwiese
Last change on this file since 3af3ca 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
RevLine 
[341696]1/* $Id$ */
[35aab3]2
3#ifndef INCL_CF_GMP_H
4#define INCL_CF_GMP_H
[ed0d3c]5#ifdef HAVE_FACTORY
[b1dfaf]6#  include <factory/cf_gmp.h>
[ed0d3c]7#else
[a475e9]8#if defined(__cplusplus) && defined(__GNUC__)
[35aab3]9extern "C" {
10#undef __cplusplus
11#include <gmp.h>
[397246b]12}
13#define __cplusplus 1
[35aab3]14#else
15#include <gmp.h>
16#endif
17
[ed0d3c]18#endif
[35aab3]19#endif /* ! INCL_CF_GMP_H */
Note: See TracBrowser for help on using the repository browser.