Changeset 9f7665 in git for IntegerProgramming


Ignore:
Timestamp:
Mar 28, 2014, 7:40:29 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
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
  • IntegerProgramming/globals.h

    rc36fda r9f7665  
    1414
    1515// the following is not good! TODO: move to all including sources...
    16 #ifdef HAVE_CONFIG_H
    17 #include "singularconfig.h"
    18 #endif /* HAVE_CONFIG_H */
     16
     17#include <singularconfig.h>
     18
    1919
    2020#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.