source: git/kernel/old.si_gmp.h @ 246bbb

spielwiese
Last change on this file since 246bbb was 6ce030f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be used instead (only on special places) NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
  • Property mode set to 100644
File size: 288 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.