Changeset 8fb146 in git for libpolys


Ignore:
Timestamp:
Dec 2, 2014, 9:45:27 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
db092d85fe3968a51cbad28acb05b21e2f2e641f
Parents:
3bae69f9ca497591a48796dc850206f80c53096d
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-12-02 21:45:27+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-12-02 21:52:29+01:00
Message:
make it painless to add -DSINGULAR_4_1 to CPPFLAGS for configure
File:
1 edited

Legend:

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

    r3bae69 r8fb146  
    6262#endif
    6363
    64 
     64/* the following cunstruct is to make it painless to add -DHAVE_NUMSTATS to CPPFLAGS for configure */
    6565#ifndef HAVE_NUMSTATS
    66 // #define HAVE_NUMSTATS
     66/* #define HAVE_NUMSTATS */
    6767#undef HAVE_NUMSTATS
    68 #endif
     68#endif /* HAVE_NUMSTATS */
    6969// ----------------  end of parts/extensions
    7070
     
    8080
    8181/* preparation for versio 4.1.0: */
    82 // #define SINGULAR_4_1
     82#ifndef SINGULAR_4_1
     83/* #define SINGULAR_4_1 */
     84#undef SINGULAR_4_1
     85#endif /* SINGULAR_4_1 */
    8386
    8487#ifndef SIZEOF_LONG
Note: See TracChangeset for help on using the changeset viewer.