Changeset f8f0b7 in git for libpolys


Ignore:
Timestamp:
May 10, 2011, 7:19:15 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
d524d4889bcb74a631bb3d5bfb9929d46d8b6a05
Parents:
05aa4ba5a9c62c92398b1cd7067b8977ec993bb3
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-10 19:19:15+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:34:46+01:00
Message:
FIX: "#define" should be "#undef" in any public config.h.in (auxiliary.h.in)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/auxiliary.h.in

    r05aa4b rf8f0b7  
    2020// ----------------- which parts/extensions of Singular to build
    2121#ifndef HAVE_RINGS
    22 #define HAVE_RINGS
     22#undef HAVE_RINGS
    2323#endif
    2424
    2525#ifndef HAVE_PLURAL
    26 #define HAVE_PLURAL
     26#undef HAVE_PLURAL
    2727#endif
    2828
    2929#ifndef HAVE_DL
    30 #define HAVE_DL
    31 #endif
    32 
     30#undef HAVE_DL
     31#endif
    3332
    3433#ifndef HAVE_FACTORY
    35 #define HAVE_FACTORY
     34#undef HAVE_FACTORY
     35#endif
     36
     37#ifndef HAVE_NTL
     38#undef HAVE_NTL
    3639#endif
    3740
Note: See TracChangeset for help on using the changeset viewer.