Changeset 0b0d1e in git for libpolys/misc/auxiliary.h


Ignore:
Timestamp:
Aug 5, 2016, 4:19:09 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0b17bcf95a542a519e636c589d5b3362973ad244
Parents:
9bb030cfb7c6f2a87d89031305421baf5e7a6dbc200d16cb7e4d59545343edd524e9514efb970d74
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-08-05 16:19:09+02:00
git-committer:
GitHub <noreply@github.com>2016-08-05 16:19:09+02:00
Message:
Merge pull request #778 from YueRen/polymake3.0

chg: updated polymake interface to polymake 3.0
File:
1 moved

Legend:

Unmodified
Added
Removed
  • libpolys/misc/auxiliary.h

    r200d16 r0b0d1e  
    1919/* please include libpolysconfig.h exclusively via <misc/auxiliary.h> and before any other header */
    2020#include "libpolysconfig.h"
    21 
    22 // ----------------- which parts/extensions of Singular to build
    23 #ifndef HAVE_RINGS
    24 #undef HAVE_RINGS
    25 #endif
    26 
    27 #ifndef HAVE_PLURAL
    28 #undef HAVE_PLURAL
    29 #endif
    30 
    31 #ifndef HAVE_DL
    32 #undef HAVE_DL
    33 #endif
    34 
    35 #ifndef HAVE_NTL
    36 #undef HAVE_NTL
    37 #endif
    38 
    39 /* letterplace gb:*/
    40 #ifndef HAVE_SHIFTBBA
    41 #undef HAVE_SHIFTBBA
    42 #endif
    43 
    44 #ifndef HAVE_POLYEXTENSIONS
    45 #undef HAVE_POLYEXTENSIONS
    46 #endif
    47 
    48 #ifndef DISABLE_GMP_CPP
    49 #undef DISABLE_GMP_CPP
    50 #endif
    51 
    52 #ifndef SINGULAR
    53 #undef SINGULAR
    54 #endif
    55 
    56 #ifndef NOSTREAMIO
    57 #undef NOSTREAMIO
    58 #endif
    5921
    6022/* the following cunstruct is to make it painless to add -DHAVE_NUMSTATS to CPPFLAGS for configure */
     
    6325#undef HAVE_NUMSTATS
    6426#endif /* HAVE_NUMSTATS */
    65 // ----------------  end of parts/extensions
    6627
    6728// ---------------- Singular standard types etc.
     
    174135
    175136// ---------------- defines which depend on the settings above
    176 
    177 #ifndef HAVE_MULT_MOD
    178 #undef HAVE_MULT_MOD
    179 #endif
    180 
    181 #ifndef HAVE_DIV_MOD
    182 #undef HAVE_DIV_MOD
    183 #endif
    184 
    185 #ifndef HAVE_GENERIC_ADD
    186 #undef HAVE_GENERIC_ADD
    187 #endif
    188137
    189138/*******************************************************************
Note: See TracChangeset for help on using the changeset viewer.