Changeset 28ae67 in git


Ignore:
Timestamp:
Apr 28, 2021, 7:48:44 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
25fe37b42f9dc02184c1dbb3d6f08c1b4bcc94e3
Parents:
76f3202c17e72abaa909165162b69819560ede3d
Message:
removed HAVE_STATIC
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipid.cc

    r76f3202 r28ae67  
    778778  if (pack->ref < 0)
    779779  {
    780 #ifndef HAVE_STATIC
    781780    if( pack->language == LANG_C)
    782781    {
     
    786785#endif /* HAVE_DYNAMIC_LOADING */
    787786    }
    788 #endif /* HAVE_STATIC */
    789787    omFree((ADDRESS)pack->libname);
    790788    memset((void *) pack, 0, sizeof(sip_package));
  • Singular/iplib.cc

    r76f3202 r28ae67  
    11771177BOOLEAN load_modules_aux(const char *newlib, char *fullname, BOOLEAN autoexport)
    11781178{
    1179 #ifdef HAVE_STATIC
    1180   WerrorS("mod_init: static version can not load modules");
    1181   return TRUE;
    1182 #else
    11831179/*
    11841180  typedef int (*fktn_t)(int(*iiAddCproc)(const char *libname, const char *procname,
     
    12791275  load_modules_end:
    12801276  return RET;
    1281 #endif /*STATIC */
    12821277}
    12831278
  • Singular/misc_ip.cc

    r76f3202 r28ae67  
    413413  return L;
    414414}
    415 
    416 #ifdef HAVE_STATIC
    417 #undef HAVE_DYN_RL
    418 #endif
    419415
    420416//#ifdef HAVE_LIBPARSER
     
    852848              StringAppendS("dynamic modules,");
    853849#endif
    854               if (p_procs_dynamic) StringAppendS("dynamic p_Procs,");
     850#ifdef HAVE_DYNANIC_PPROCS
     851              StringAppendS("dynamic p_Procs,");
     852#endif
    855853#if YYDEBUG
    856854              StringAppendS("YYDEBUG=1,");
  • kernel/oswrapper/feread.cc

    r76f3202 r28ae67  
    2222
    2323#include "kernel/oswrapper/feread.h"
    24 
    25 #ifdef HAVE_STATIC
    26 #undef HAVE_DYN_RL
    27 #endif
    2824
    2925#if defined(HAVE_DYN_RL)
  • libpolys/polys/mod_raw.cc

    r76f3202 r28ae67  
    2525#include "mod_raw.h"
    2626
    27 #ifdef HAVE_STATIC
    28 #undef HAVE_DL
    29 #endif
    3027/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
    3128#if defined(HAVE_DL)
Note: See TracChangeset for help on using the changeset viewer.