Changeset 9f7665 in git for libpolys/misc/auxiliary.h.in


Ignore:
Timestamp:
Mar 28, 2014, 7:40:29 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
243019103085855c879a78eda81371dae089f615
Parents:
c36fda5349a970649151409d79d149c62f0bfab4
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-28 19:40:29+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-31 17:51:34+02:00
Message:
Removed HAVE_CONFIG guards

fix: fixed the inclusion of configure-generated *config.h's
File:
1 edited

Legend:

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

    rc36fda r9f7665  
    1717#define MISC_AUXILIARY_H
    1818
    19 #ifdef HAVE_CONFIG_H
     19/* please include libpolysconfig.h exclusively via <misc/auxiliary.h> and before any other header */
    2020#include "libpolysconfig.h"
    21 #endif /* HAVE_CONFIG_H */
    22 
    2321
    2422// ----------------- which parts/extensions of Singular to build
     
    204202
    205203       #define PDEBUG 2
    206        #include <kernel/mod2.h>
     204
    207205       ...
    208206
     
    249247     #define OM_TRACK 5
    250248     #define OM_KEEP  1
    251      #include <kernel/mod2.h>
     249
    252250     #include <omalloc/omalloc.h>
    253251   ensures that all memory allocs/free in this file are done with
Note: See TracChangeset for help on using the changeset viewer.