spielwiese
Last change
on this file since 148d3c was
148d3c,
checked in by Oleksandr Motsak <motsak@…>, 13 years ago
|
FIX: fixing the build system (install needed headers on needed places)
FIX: libpolys-config is correct now (installed, echo -n-fixed)
ADD: trying to use FACTORY_{libs, cflags} as for gmp/ntl
CHG: switched from omalloc_debug to omalloc_g
ADD: symlink for gftables in libpolys/tests
|
-
Property mode set to
100644
|
File size:
639 bytes
|
Rev | Line | |
---|
[a90dc0] | 1 | /* -*-c++-*- */ |
---|
| 2 | /******************************************************************* |
---|
| 3 | * File: mylimits.h |
---|
| 4 | * Purpose: limits.h configuration for omalloc |
---|
| 5 | * Author: hannes (Hans Schoenemann) |
---|
| 6 | * Created: 03/01 |
---|
[341696] | 7 | * Version: $Id$ |
---|
[a90dc0] | 8 | *******************************************************************/ |
---|
| 9 | /* on IRIX-6 machines, the values in <limits.h> |
---|
| 10 | * do not reflect the code generated by gcc - |
---|
| 11 | * so we have to use our own |
---|
| 12 | * (will result in "redefining warnings") |
---|
| 13 | */ |
---|
| 14 | |
---|
[b36d80c] | 15 | #ifndef _MYLIMITS_H |
---|
| 16 | |
---|
[a90dc0] | 17 | #ifdef IRIX |
---|
[148d3c] | 18 | #include <omalloc/omlimits.h> |
---|
[a90dc0] | 19 | #else |
---|
| 20 | #include <limits.h> |
---|
[b36d80c] | 21 | |
---|
[a90dc0] | 22 | #endif |
---|
| 23 | |
---|
[b36d80c] | 24 | |
---|
| 25 | |
---|
| 26 | //static const int MAX_INT_VAL = INT_MAX; |
---|
| 27 | |
---|
| 28 | |
---|
| 29 | |
---|
| 30 | #endif /* _MYLIMITS_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.