source: git/coeffs/si_gmp.h @ 7d90aa

spielwiese
Last change on this file since 7d90aa was 7d90aa, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
initial changes to 'coeffs' + first build system
  • Property mode set to 100644
File size: 289 bytes
Line 
1/* $Id$ */
2
3#ifndef INCL_CF_GMP_H
4#define INCL_CF_GMP_H
5#ifdef HAVE_FACTORY
6#include <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.