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

spielwiese
Last change on this file since fbc7cb was a9c298, checked in by Hans Schoenemann <hannes@…>, 10 years ago
format stuff
  • Property mode set to 100644
File size: 287 bytes
Line 
1
2#ifndef INCL_CF_GMP_H
3#define INCL_CF_GMP_H
4#ifdef HAVE_FACTORY
5#  include <factory/cf_gmp.h>
6#else
7#if defined(__cplusplus) && defined(__GNUC__)
8extern "C" {
9#undef __cplusplus
10#include <gmp.h>
11}
12#define __cplusplus 1
13#else
14#include <gmp.h>
15#endif
16
17#endif
18#endif /* ! INCL_CF_GMP_H */
Note: See TracBrowser for help on using the repository browser.