Changeset 52faf17 in git


Ignore:
Timestamp:
Mar 19, 2021, 9:50:17 AM (3 years ago)
Author:
Jonathan Kliem <jonathan.kliem@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f2f7da3d899fbab779b6c33ab32625b09c105940
Parents:
e8b6b3f6db0ff6cd2d7a2e771c5c2be12ce99ae9
Message:
prefer cddlib/ over cdd/
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/gfanlib/gfan.h

    re8b6b3 r52faf17  
    1414
    1515#include "gfanlib/config.h"
     16#ifdef HAVE_CDDLIB_SETOPER_H
     17#include <cddlib/setoper.h>
     18#include <cddlib/cdd.h>
     19#include <cddlib/cddmp.h>
     20#else
    1621#ifdef HAVE_CDD_SETOPER_H
    1722#include <cdd/setoper.h>
    1823#include <cdd/cdd.h>
    1924#include <cdd/cddmp.h>
    20 #elif HAVE_CDDLIB_SETOPER_H
    21 #include <cddlib/setoper.h>
    22 #include <cddlib/cdd.h>
    23 #include <cddlib/cddmp.h>
    2425#else
    2526#include <setoper.h>
    2627#include <cdd.h>
    2728#include <cddmp.h>
     29#endif
    2830#endif
    2931#include "bbfan.h"
  • gfanlib/gfanlib_zcone.cpp

    re8b6b3 r52faf17  
    1515extern "C"
    1616{
     17#ifdef HAVE_CDDLIB_SETOPER_H
     18#include <cddlib/setoper.h>
     19#include <cddlib/cdd.h>
     20#else
    1721#ifdef HAVE_CDD_SETOPER_H
    1822#include <cdd/setoper.h>
    1923#include <cdd/cdd.h>
    20 #else
    21 #ifdef HAVE_CDDLIB_SETOPER_H
    22 #include <cddlib/setoper.h>
    23 #include <cddlib/cdd.h>
    2424#else
    2525#include <setoper.h>
Note: See TracChangeset for help on using the changeset viewer.