Changeset ba5e9e in git
- Timestamp:
- Sep 3, 2013, 7:51:09 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 20e3062f8cd8d69f35dd291d47f4283409f11663
- Parents:
- 246bbba7f51d8c867efe9455dd4f01c8773e3daf
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-09-03 07:51:09+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-09-03 07:58:50+02:00
- Files:
-
- 204 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r246bbb rba5e9e 115 115 .tarball-git-version 116 116 .DS_Store 117 singularconfig.h -
IntegerProgramming/globals.h
r246bbb rba5e9e 15 15 // the following is not good! TODO: move to all including sources... 16 16 #ifdef HAVE_CONFIG_H 17 #include " config.h"17 #include "singularconfig.h" 18 18 #endif /* HAVE_CONFIG_H */ 19 19 -
Makefile.am
r246bbb rba5e9e 19 19 dist-hook: 20 20 $(srcdir)/git-version-gen $(srcdir)/.tarball-git-version > $(distdir)/.tarball-git-version 21 22 23 configheaderdir = ${includedir}/singular/ 24 nodist_configheader_HEADERS = singularconfig.h 25 -
Singular/Minor.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include <kernel/mod2.h> -
Singular/MinorInterface.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include <kernel/mod2.h> -
Singular/MinorProcessor.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include <kernel/mod2.h> -
Singular/attrib.cc
r246bbb rba5e9e 14 14 15 15 #ifdef HAVE_CONFIG_H 16 #include " config.h"16 #include "singularconfig.h" 17 17 #endif /* HAVE_CONFIG_H */ 18 18 #include <kernel/mod2.h> -
Singular/blackbox.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include <kernel/mod2.h> -
Singular/calcSVD.cc
r246bbb rba5e9e 1 1 #include <stdio.h> 2 2 #ifdef HAVE_CONFIG_H 3 #include " config.h"3 #include "singularconfig.h" 4 4 #endif /* HAVE_CONFIG_H */ 5 5 #include <kernel/mod2.h> -
Singular/claptmpl.cc
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "singularconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 #include <kernel/mod2.h> -
Singular/cntrlc.cc
r246bbb rba5e9e 19 19 20 20 #ifdef HAVE_CONFIG_H 21 #include " config.h"21 #include "singularconfig.h" 22 22 #endif /* HAVE_CONFIG_H */ 23 23 -
Singular/countedref.cc
r246bbb rba5e9e 17 17 18 18 #ifdef HAVE_CONFIG_H 19 #include " config.h"19 #include "singularconfig.h" 20 20 #endif /* HAVE_CONFIG_H */ 21 21 -
Singular/denom_list.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include <kernel/mod2.h> -
Singular/eigenval_ip.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
Singular/emacs.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
Singular/extra.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <kernel/mod2.h> -
Singular/feOpt.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
Singular/feOptGen.cc
r246bbb rba5e9e 10 10 11 11 #ifdef HAVE_CONFIG_H 12 #include " config.h"12 #include "singularconfig.h" 13 13 #endif /* HAVE_CONFIG_H */ 14 14 #include <kernel/mod2.h> -
Singular/fegetopt.c
r246bbb rba5e9e 33 33 34 34 #ifdef HAVE_CONFIG_H 35 #include " config.h"35 #include "singularconfig.h" 36 36 #endif /* HAVE_CONFIG_H */ 37 37 #include <kernel/mod2.h> -
Singular/fehelp.cc
r246bbb rba5e9e 14 14 15 15 #ifdef HAVE_CONFIG_H 16 #include " config.h"16 #include "singularconfig.h" 17 17 #endif /* HAVE_CONFIG_H */ 18 18 #include <kernel/mod2.h> -
Singular/fereadl.c
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "singularconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 #include <kernel/mod2.h> -
Singular/fevoices.cc
r246bbb rba5e9e 9 9 #ifndef STANDALONE_PARSER 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <kernel/mod2.h> -
Singular/fglm.cc
r246bbb rba5e9e 17 17 18 18 #ifdef HAVE_CONFIG_H 19 #include " config.h"19 #include "singularconfig.h" 20 20 #endif /* HAVE_CONFIG_H */ 21 21 #include <kernel/mod2.h> -
Singular/gentable.cc
r246bbb rba5e9e 14 14 15 15 #ifdef HAVE_CONFIG_H 16 #include " config.h"16 #include "singularconfig.h" 17 17 #endif /* HAVE_CONFIG_H */ 18 18 #include <kernel/mod2.h> -
Singular/gms.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
Singular/grammar.cc
r246bbb rba5e9e 78 78 79 79 #ifdef HAVE_CONFIG_H 80 #include " config.h"80 #include "singularconfig.h" 81 81 #endif /* HAVE_CONFIG_H */ 82 82 #include <misc/auxiliary.h> -
Singular/grammar.y
r246bbb rba5e9e 14 14 15 15 #ifdef HAVE_CONFIG_H 16 #include " config.h"16 #include "singularconfig.h" 17 17 #endif /* HAVE_CONFIG_H */ 18 18 #include <misc/auxiliary.h> -
Singular/interpolation.cc
r246bbb rba5e9e 4 4 5 5 #ifdef HAVE_CONFIG_H 6 #include " config.h"6 #include "singularconfig.h" 7 7 #endif /* HAVE_CONFIG_H */ 8 8 #include <kernel/mod2.h> -
Singular/iparith.cc
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "singularconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 -
Singular/ipassign.cc
r246bbb rba5e9e 12 12 13 13 #ifdef HAVE_CONFIG_H 14 #include " config.h"14 #include "singularconfig.h" 15 15 #endif /* HAVE_CONFIG_H */ 16 16 #include <misc/auxiliary.h> -
Singular/ipconv.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
Singular/ipid.cc
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "singularconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 -
Singular/iplib.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 -
Singular/ipprint.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
Singular/ipshell.cc
r246bbb rba5e9e 6 6 */ 7 7 #ifdef HAVE_CONFIG_H 8 #include " config.h"8 #include "singularconfig.h" 9 9 #endif /* HAVE_CONFIG_H */ 10 10 #include <kernel/mod2.h> -
Singular/janet.cc
r246bbb rba5e9e 5 5 6 6 #ifdef HAVE_CONFIG_H 7 #include " config.h"7 #include "singularconfig.h" 8 8 #endif /* HAVE_CONFIG_H */ 9 9 #include <kernel/mod2.h> -
Singular/libparse.cc
r246bbb rba5e9e 1057 1057 #include <ctype.h> 1058 1058 #ifdef HAVE_CONFIG_H 1059 #include " config.h"1059 #include "singularconfig.h" 1060 1060 #endif /* HAVE_CONFIG_H */ 1061 1061 #include <kernel/mod2.h> -
Singular/linearAlgebra_ip.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include <kernel/mod2.h> -
Singular/links/asciiLink.cc
r246bbb rba5e9e 14 14 15 15 #ifdef HAVE_CONFIG_H 16 #include " config.h"16 #include "singularconfig.h" 17 17 #endif /* HAVE_CONFIG_H */ 18 18 #include <kernel/mod2.h> -
Singular/links/ndbm.cc
r246bbb rba5e9e 15 15 16 16 #ifdef HAVE_CONFIG_H 17 #include " config.h"17 #include "singularconfig.h" 18 18 #endif /* HAVE_CONFIG_H */ 19 19 #include <Singular/si_signals.h> -
Singular/links/pipeLink.cc
r246bbb rba5e9e 18 18 19 19 #ifdef HAVE_CONFIG_H 20 #include " config.h"20 #include "singularconfig.h" 21 21 #endif /* HAVE_CONFIG_H */ 22 22 #include <kernel/mod2.h> -
Singular/links/semaphore.c
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 -
Singular/links/silink.cc
r246bbb rba5e9e 14 14 15 15 #ifdef HAVE_CONFIG_H 16 #include " config.h"16 #include "singularconfig.h" 17 17 #endif /* HAVE_CONFIG_H */ 18 18 #include <kernel/mod2.h> -
Singular/links/sing_dbm.cc
r246bbb rba5e9e 14 14 15 15 #ifdef HAVE_CONFIG_H 16 #include " config.h"16 #include "singularconfig.h" 17 17 #endif /* HAVE_CONFIG_H */ 18 18 #include <kernel/mod2.h> -
Singular/links/slInit_Dynamic.cc
r246bbb rba5e9e 10 10 11 11 #ifdef HAVE_CONFIG_H 12 #include " config.h"12 #include "singularconfig.h" 13 13 #endif /* HAVE_CONFIG_H */ 14 14 #include <kernel/mod2.h> -
Singular/links/slInit_Static.cc
r246bbb rba5e9e 10 10 11 11 #ifdef HAVE_CONFIG_H 12 #include " config.h"12 #include "singularconfig.h" 13 13 #endif /* HAVE_CONFIG_H */ 14 14 #include <kernel/mod2.h> -
Singular/lists.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <kernel/mod2.h> -
Singular/maps_ip.cc
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "singularconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 #include <kernel/mod2.h> -
Singular/minpoly.cc
r246bbb rba5e9e 9 9 #include <cstdlib> 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include<kernel/mod2.h> -
Singular/misc_ip.cc
r246bbb rba5e9e 13 13 // include header files 14 14 #ifdef HAVE_CONFIG_H 15 #include " config.h"15 #include "singularconfig.h" 16 16 #endif /* HAVE_CONFIG_H */ 17 17 -
Singular/mmalloc.cc
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "singularconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 #include <kernel/mod2.h> -
Singular/mmstd.c
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "singularconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 #include <kernel/mod2.h> -
Singular/mod_lib.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 -
Singular/mod_lib.h
r246bbb rba5e9e 2 2 #define MOD_LIB_H 3 3 4 // #include <config.h> /* for EMBED_PYTHON, HAVE_MATHICGB */ 4 // #include config.h 5 #include <kernel/mod2.h> /* for EMBED_PYTHON, HAVE_MATHICGB */ 5 6 6 7 #include <polys/mod_raw.h> /* for lib_types */ -
Singular/newstruct.cc
r246bbb rba5e9e 2 2 3 3 #ifdef HAVE_CONFIG_H 4 #include " config.h"4 #include "singularconfig.h" 5 5 #endif /* HAVE_CONFIG_H */ 6 6 #include <kernel/mod2.h> -
Singular/pcv.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
Singular/pyobject.cc
r246bbb rba5e9e 14 14 15 15 #ifdef HAVE_CONFIG_H 16 #include " config.h"16 #include "singularconfig.h" 17 17 #endif /* HAVE_CONFIG_H */ 18 18 -
Singular/pyobject_setup.cc
r246bbb rba5e9e 14 14 15 15 #ifdef HAVE_CONFIG_H 16 #include " config.h"16 #include "singularconfig.h" 17 17 #endif /* HAVE_CONFIG_H */ 18 18 -
Singular/scanner.cc
r246bbb rba5e9e 562 562 563 563 #ifdef HAVE_CONFIG_H 564 #include " config.h"564 #include "singularconfig.h" 565 565 #endif /* HAVE_CONFIG_H */ 566 566 #include <kernel/mod2.h> -
Singular/sdb.cc
r246bbb rba5e9e 9 9 #include <sys/wait.h> // for wait 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <kernel/mod2.h> -
Singular/sing_win.cc
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "singularconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 #include <kernel/mod2.h> -
Singular/singmathic.cc
r246bbb rba5e9e 1 1 // include header files 2 2 #ifdef HAVE_CONFIG_H 3 #include " config.h"3 #include "singularconfig.h" 4 4 #endif /* HAVE_CONFIG_H */ 5 5 -
Singular/subexpr.cc
r246bbb rba5e9e 13 13 14 14 #ifdef HAVE_CONFIG_H 15 #include " config.h"15 #include "singularconfig.h" 16 16 #endif /* HAVE_CONFIG_H */ 17 17 #include <kernel/mod2.h> -
Singular/test.cc
r246bbb rba5e9e 61 61 62 62 #ifdef HAVE_CONFIG_H 63 #include " config.h"63 #include "singularconfig.h" 64 64 #endif /* HAVE_CONFIG_H */ 65 65 #include <kernel/mod2.h> -
Singular/tesths.cc
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "singularconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 #include <kernel/mod2.h> -
Singular/utils.cc
r246bbb rba5e9e 1 1 #ifdef STANDALONE_PARSER 2 2 #ifdef HAVE_CONFIG_H 3 #include " config.h"3 #include "singularconfig.h" 4 4 #endif /* HAVE_CONFIG_H */ 5 5 #include <kernel/mod2.h> -
Singular/walk.cc
r246bbb rba5e9e 48 48 49 49 #ifdef HAVE_CONFIG_H 50 #include " config.h"50 #include "singularconfig.h" 51 51 #endif /* HAVE_CONFIG_H */ 52 52 #include <kernel/mod2.h> -
Singular/walk_ip.cc
r246bbb rba5e9e 13 13 14 14 #ifdef HAVE_CONFIG_H 15 #include " config.h"15 #include "singularconfig.h" 16 16 #endif /* HAVE_CONFIG_H */ 17 17 #include <kernel/mod2.h> -
Singular/wrapper.cc
r246bbb rba5e9e 1 1 #include <string.h> 2 2 #ifdef HAVE_CONFIG_H 3 #include " config.h"3 #include "singularconfig.h" 4 4 #endif /* HAVE_CONFIG_H */ 5 5 #include <kernel/mod2.h> -
configure.ac
r246bbb rba5e9e 9 9 AC_CONFIG_SRCDIR([Singular/tesths.cc]) 10 10 11 AC_CONFIG_HEADER([ config.h])11 AC_CONFIG_HEADER([singularconfig.h]) 12 12 13 13 dnl Apparently, this is required for using an AC_CHECK_HEADER within AS_IF(...), at least on Cygwin. … … 21 21 dnl Check if build env is sane 22 22 AM_SANITY_CHECK 23 24 # Add pre'prefixed config 25 AX_PREFIX_CONFIG_H([singularconfig.h],[],[singularconfig.h]) 23 26 24 27 SING_RESET_FLAGS() -
dyn_modules/bigintm/bigintm.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 -
dyn_modules/bigintm/mod_main.cc
r246bbb rba5e9e 4 4 5 5 #ifdef HAVE_CONFIG_H 6 #include " config.h"6 #include "singularconfig.h" 7 7 #endif /* HAVE_CONFIG_H */ 8 8 -
dyn_modules/callgfanlib/gfanlib.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 -
dyn_modules/syzextra/DebugPrint.cc
r246bbb rba5e9e 16 16 17 17 #ifdef HAVE_CONFIG_H 18 #include " config.h"18 #include "singularconfig.h" 19 19 #endif /* HAVE_CONFIG_H */ 20 20 -
dyn_modules/syzextra/mod_main.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 -
dyn_modules/syzextra/myNF.cc
r246bbb rba5e9e 16 16 17 17 #ifdef HAVE_CONFIG_H 18 #include " config.h"18 #include "singularconfig.h" 19 19 #endif /* HAVE_CONFIG_H */ 20 20 -
kernel/F4.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include <kernel/mod2.h> -
kernel/GMPrat.cc
r246bbb rba5e9e 10 10 11 11 #ifdef HAVE_CONFIG_H 12 #include " config.h"12 #include "singularconfig.h" 13 13 #endif /* HAVE_CONFIG_H */ 14 14 #include <kernel/mod2.h> -
kernel/digitech.cc
r246bbb rba5e9e 3 3 ****************************************/ 4 4 #ifdef HAVE_CONFIG_H 5 #include " config.h"5 #include "singularconfig.h" 6 6 #endif /* HAVE_CONFIG_H */ 7 7 #include <kernel/mod2.h> -
kernel/eigenval.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
kernel/f5c.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include <kernel/mod2.h> -
kernel/f5data.cc
r246bbb rba5e9e 7 7 */ 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
kernel/f5gb.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
kernel/f5lists.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include <kernel/mod2.h> -
kernel/fast_maps.cc
r246bbb rba5e9e 9 9 *******************************************************************/ 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <kernel/mod2.h> -
kernel/fast_mult.cc
r246bbb rba5e9e 3 3 ****************************************/ 4 4 #ifdef HAVE_CONFIG_H 5 #include " config.h"5 #include "singularconfig.h" 6 6 #endif /* HAVE_CONFIG_H */ 7 7 #include "mod2.h" -
kernel/febase.cc
r246bbb rba5e9e 9 9 #ifndef STANDALONE_PARSER 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <kernel/mod2.h> -
kernel/feread.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
kernel/fglmcomb.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <kernel/mod2.h> -
kernel/fglmgauss.cc
r246bbb rba5e9e 10 10 11 11 #ifdef HAVE_CONFIG_H 12 #include " config.h"12 #include "singularconfig.h" 13 13 #endif /* HAVE_CONFIG_H */ 14 14 #include <kernel/mod2.h> -
kernel/fglmhom.cc
r246bbb rba5e9e 11 11 12 12 #ifdef HAVE_CONFIG_H 13 #include " config.h"13 #include "singularconfig.h" 14 14 #endif /* HAVE_CONFIG_H */ 15 15 #include <kernel/mod2.h> -
kernel/fglmvec.cc
r246bbb rba5e9e 13 13 14 14 #ifdef HAVE_CONFIG_H 15 #include " config.h"15 #include "singularconfig.h" 16 16 #endif /* HAVE_CONFIG_H */ 17 17 #include <kernel/mod2.h> -
kernel/fglmzero.cc
r246bbb rba5e9e 19 19 20 20 #ifdef HAVE_CONFIG_H 21 #include " config.h"21 #include "singularconfig.h" 22 22 #endif /* HAVE_CONFIG_H */ 23 23 #include <kernel/mod2.h> -
kernel/gr_kstd2.cc
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "singularconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 #include "mod2.h" -
kernel/hdegree.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
kernel/hilb.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
kernel/hutil.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
kernel/ideals.cc
r246bbb rba5e9e 8 8 /* includes */ 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "singularconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 #include "mod2.h" -
kernel/khstd.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 -
kernel/kpolys.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include "mod2.h" -
kernel/kspoly.cc
r246bbb rba5e9e 8 8 // #define PDEBUG 2 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "singularconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 #include <kernel/mod2.h> -
kernel/kstd1.cc
r246bbb rba5e9e 25 25 26 26 #ifdef HAVE_CONFIG_H 27 #include " config.h"27 #include "singularconfig.h" 28 28 #endif /* HAVE_CONFIG_H */ 29 29 #include "mod2.h" -
kernel/kstd2.cc
r246bbb rba5e9e 14 14 15 15 #ifdef HAVE_CONFIG_H 16 #include " config.h"16 #include "singularconfig.h" 17 17 #endif /* HAVE_CONFIG_H */ 18 18 #include <kernel/mod2.h> -
kernel/kstdfac.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
kernel/kutil.cc
r246bbb rba5e9e 12 12 #include <string.h> 13 13 #ifdef HAVE_CONFIG_H 14 #include " config.h"14 #include "singularconfig.h" 15 15 #endif /* HAVE_CONFIG_H */ 16 16 #include "mod2.h" -
kernel/linearAlgebra.cc
r246bbb rba5e9e 17 17 // include header files 18 18 #ifdef HAVE_CONFIG_H 19 #include " config.h"19 #include "singularconfig.h" 20 20 #endif /* HAVE_CONFIG_H */ 21 21 #include "mod2.h" -
kernel/misc.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
kernel/mod2.h
r246bbb rba5e9e 13 13 #ifdef HAVE_CONFIG_H 14 14 /* config.h is a private header that will not be installed and thus cannot be unconditionally included */ 15 # include " config.h"15 # include "singularconfig.h" 16 16 #endif /* HAVE_CONFIG_H */ 17 17 -
kernel/multicnt.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <kernel/mod2.h> -
kernel/nc.cc
r246bbb rba5e9e 2 2 3 3 #ifdef HAVE_CONFIG_H 4 #include " config.h"4 #include "singularconfig.h" 5 5 #endif /* HAVE_CONFIG_H */ 6 6 #include "mod2.h" -
kernel/npolygon.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <kernel/mod2.h> -
kernel/old.lplist.cc
r246bbb rba5e9e 6 6 */ 7 7 #ifdef HAVE_CONFIG_H 8 #include " config.h"8 #include "singularconfig.h" 9 9 #endif /* HAVE_CONFIG_H */ 10 10 #include <kernel/mod2.h> -
kernel/polys.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include "mod2.h" -
kernel/preimage.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include "mod2.h" -
kernel/ratgring.cc
r246bbb rba5e9e 9 9 *******************************************************************/ 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <kernel/mod2.h> -
kernel/ringgb.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <kernel/mod2.h> -
kernel/sca.cc
r246bbb rba5e9e 2 2 3 3 #ifdef HAVE_CONFIG_H 4 #include " config.h"4 #include "singularconfig.h" 5 5 #endif /* HAVE_CONFIG_H */ 6 6 #include "mod2.h" -
kernel/semic.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include "mod2.h" -
kernel/shiftgb.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
kernel/spectrum.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <kernel/mod2.h> -
kernel/splist.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <kernel/mod2.h> -
kernel/syz.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <kernel/mod2.h> -
kernel/syz0.cc
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "singularconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 #include <kernel/mod2.h> -
kernel/syz1.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
kernel/syz2.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 -
kernel/syz3.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
kernel/test.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "singularconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include "mod2.h" -
kernel/tgb.cc
r246bbb rba5e9e 18 18 #include <queue> 19 19 #ifdef HAVE_CONFIG_H 20 #include " config.h"20 #include "singularconfig.h" 21 21 #endif /* HAVE_CONFIG_H */ 22 22 #include <kernel/mod2.h> -
kernel/tgbgauss.cc
r246bbb rba5e9e 6 6 */ 7 7 #ifdef HAVE_CONFIG_H 8 #include " config.h"8 #include "singularconfig.h" 9 9 #endif /* HAVE_CONFIG_H */ 10 10 #include <kernel/mod2.h> -
kernel/timer.cc
r246bbb rba5e9e 7 7 */ 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 -
kernel/tmult.cc
r246bbb rba5e9e 6 6 *******************************************************************/ 7 7 #ifdef HAVE_CONFIG_H 8 #include " config.h"8 #include "singularconfig.h" 9 9 #endif /* HAVE_CONFIG_H */ 10 10 #include <kernel/mod2.h> -
kernel/units.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "singularconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <kernel/mod2.h> -
kernel/walkMain.cc
r246bbb rba5e9e 8 8 #include <string.h> 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "singularconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 #include <kernel/mod2.h> -
kernel/walkProc.cc
r246bbb rba5e9e 4 4 5 5 #ifdef HAVE_CONFIG_H 6 #include " config.h"6 #include "singularconfig.h" 7 7 #endif /* HAVE_CONFIG_H */ 8 8 #include <kernel/mod2.h> -
kernel/walkSupport.cc
r246bbb rba5e9e 1 1 #include <string.h> 2 2 #ifdef HAVE_CONFIG_H 3 #include " config.h"3 #include "singularconfig.h" 4 4 #endif /* HAVE_CONFIG_H */ 5 5 #include <kernel/mod2.h> -
libpolys/Makefile.am
r246bbb rba5e9e 8 8 TESTDIRS=coeffs tests 9 9 10 configheaderdir = ${includedir}/singular/ 11 nodist_configheader_HEADERS = libpolysconfig.h -
libpolys/coeffs/OPAE.cc
r246bbb rba5e9e 6 6 */ 7 7 //Schauen was hier ÃŒberhaupt sinn macht 8 #include " config.h"8 #include "libpolysconfig.h" 9 9 #include <misc/auxiliary.h> 10 10 -
libpolys/coeffs/OPAEQ.cc
r246bbb rba5e9e 6 6 */ 7 7 //Schauen was hier ÃŒberhaupt sinn macht 8 #include " config.h"8 #include "libpolysconfig.h" 9 9 #include <misc/auxiliary.h> 10 10 -
libpolys/coeffs/OPAEp.cc
r246bbb rba5e9e 6 6 */ 7 7 //Schauen was hier ÃŒberhaupt sinn macht 8 #include " config.h"8 #include "libpolysconfig.h" 9 9 #include <misc/auxiliary.h> 10 10 -
libpolys/coeffs/bigintmat.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 -
libpolys/coeffs/ffields.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 -
libpolys/coeffs/gnumpc.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 -
libpolys/coeffs/gnumpfl.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <coeffs/coeffs.h> -
libpolys/coeffs/longrat.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <misc/auxiliary.h> -
libpolys/coeffs/longrat0.cc
r246bbb rba5e9e 11 11 12 12 #ifdef HAVE_CONFIG_H 13 #include " config.h"13 #include "libpolysconfig.h" 14 14 #endif /* HAVE_CONFIG_H */ 15 15 #include <misc/auxiliary.h> -
libpolys/coeffs/modulop.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <misc/auxiliary.h> -
libpolys/coeffs/mpr_complex.cc
r246bbb rba5e9e 12 12 13 13 #ifdef HAVE_CONFIG_H 14 #include " config.h"14 #include "libpolysconfig.h" 15 15 #endif /* HAVE_CONFIG_H */ 16 16 //#ifdef HAVE_MPR -
libpolys/coeffs/numbers.cc
r246bbb rba5e9e 11 11 12 12 #ifdef HAVE_CONFIG_H 13 #include " config.h"13 #include "libpolysconfig.h" 14 14 #endif /* HAVE_CONFIG_H */ 15 15 #include <misc/auxiliary.h> -
libpolys/coeffs/rintegers.cc
r246bbb rba5e9e 6 6 */ 7 7 #ifdef HAVE_CONFIG_H 8 #include " config.h"8 #include "libpolysconfig.h" 9 9 #endif /* HAVE_CONFIG_H */ 10 10 #include <misc/auxiliary.h> -
libpolys/coeffs/rmodulo2m.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <misc/auxiliary.h> -
libpolys/coeffs/rmodulon.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <misc/auxiliary.h> -
libpolys/coeffs/shortfl.cc
r246bbb rba5e9e 7 7 */ 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <misc/auxiliary.h> -
libpolys/coeffs/test.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "libpolysconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include <misc/auxiliary.h> -
libpolys/configure.ac
r246bbb rba5e9e 4 4 AC_CONFIG_AUX_DIR([.]) 5 5 AC_CONFIG_SRCDIR([reporter/reporter.h]) 6 AC_CONFIG_HEADER([ config.h misc/auxiliary.h])6 AC_CONFIG_HEADER([libpolysconfig.h misc/auxiliary.h]) 7 7 8 8 AM_MAINTAINER_MODE … … 13 13 dnl Check if build env is sane 14 14 AM_SANITY_CHECK 15 16 # Add pre'prefixed config 17 AX_PREFIX_CONFIG_H([libpolysconfig.h],[],[libpolysconfig.h]) 15 18 16 19 # - Check for CC and CXX but be careful about CFLAGS. -
libpolys/misc/auxiliary.h.in
r246bbb rba5e9e 16 16 #ifndef MISC_AUXILIARY_H 17 17 #define MISC_AUXILIARY_H 18 19 #ifdef HAVE_CONFIG_H 20 #include "libpolysconfig.h" 21 #endif /* HAVE_CONFIG_H */ 22 18 23 19 24 // ----------------- which parts/extensions of Singular to build -
libpolys/misc/int64vec.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 -
libpolys/misc/intvec.cc
r246bbb rba5e9e 10 10 11 11 #ifdef HAVE_CONFIG_H 12 #include " config.h"12 #include "libpolysconfig.h" 13 13 #endif /* HAVE_CONFIG_H */ 14 14 #include <misc/auxiliary.h> -
libpolys/polys/PolyEnumerator.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "libpolysconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 -
libpolys/polys/clapconv.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <misc/auxiliary.h> -
libpolys/polys/clapsing.cc
r246bbb rba5e9e 10 10 11 11 #ifdef HAVE_CONFIG_H 12 #include " config.h"12 #include "libpolysconfig.h" 13 13 #endif /* HAVE_CONFIG_H */ 14 14 -
libpolys/polys/ext_fields/algext.cc
r246bbb rba5e9e 30 30 31 31 #ifdef HAVE_CONFIG_H 32 #include " config.h"32 #include "libpolysconfig.h" 33 33 #endif /* HAVE_CONFIG_H */ 34 34 #include <misc/auxiliary.h> -
libpolys/polys/ext_fields/transext.cc
r246bbb rba5e9e 36 36 37 37 #ifdef HAVE_CONFIG_H 38 #include " config.h"38 #include "libpolysconfig.h" 39 39 #endif /* HAVE_CONFIG_H */ 40 40 #include <misc/auxiliary.h> -
libpolys/polys/kbuckets.cc
r246bbb rba5e9e 6 6 //#include <kernel/mod2.h> 7 7 #ifdef HAVE_CONFIG_H 8 #include " config.h"8 #include "libpolysconfig.h" 9 9 #endif /* HAVE_CONFIG_H */ 10 10 #include <misc/auxiliary.h> -
libpolys/polys/matpol.cc
r246bbb rba5e9e 11 11 12 12 #ifdef HAVE_CONFIG_H 13 #include " config.h"13 #include "libpolysconfig.h" 14 14 #endif /* HAVE_CONFIG_H */ 15 15 #include <misc/auxiliary.h> -
libpolys/polys/mod_raw.cc
r246bbb rba5e9e 20 20 21 21 #ifdef HAVE_CONFIG_H 22 #include " config.h"22 #include "libpolysconfig.h" 23 23 #endif /* HAVE_CONFIG_H */ 24 24 #include <misc/auxiliary.h> -
libpolys/polys/monomials/maps.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <misc/auxiliary.h> -
libpolys/polys/monomials/monomials.cc
r246bbb rba5e9e 20 20 21 21 #ifdef HAVE_CONFIG_H 22 #include " config.h"22 #include "libpolysconfig.h" 23 23 #endif /* HAVE_CONFIG_H */ 24 24 -
libpolys/polys/monomials/p_polys.cc
r246bbb rba5e9e 11 11 12 12 #ifdef HAVE_CONFIG_H 13 #include " config.h"13 #include "libpolysconfig.h" 14 14 #endif /* HAVE_CONFIG_H */ 15 15 -
libpolys/polys/monomials/ring.cc
r246bbb rba5e9e 10 10 11 11 #ifdef HAVE_CONFIG_H 12 #include " config.h"12 #include "libpolysconfig.h" 13 13 #endif /* HAVE_CONFIG_H */ 14 14 -
libpolys/polys/nc/ncSACache.cc
r246bbb rba5e9e 19 19 20 20 #ifdef HAVE_CONFIG_H 21 #include " config.h"21 #include "libpolysconfig.h" 22 22 #endif /* HAVE_CONFIG_H */ 23 23 #include <misc/auxiliary.h> -
libpolys/polys/nc/ncSAFormula.cc
r246bbb rba5e9e 19 19 20 20 #ifdef HAVE_CONFIG_H 21 #include " config.h"21 #include "libpolysconfig.h" 22 22 #endif /* HAVE_CONFIG_H */ 23 23 #include <misc/auxiliary.h> -
libpolys/polys/nc/ncSAMult.cc
r246bbb rba5e9e 19 19 20 20 #ifdef HAVE_CONFIG_H 21 #include " config.h"21 #include "libpolysconfig.h" 22 22 #endif /* HAVE_CONFIG_H */ 23 23 #include <misc/auxiliary.h> -
libpolys/polys/nc/old.gring.cc
r246bbb rba5e9e 18 18 19 19 #ifdef HAVE_CONFIG_H 20 #include " config.h"20 #include "libpolysconfig.h" 21 21 #endif /* HAVE_CONFIG_H */ 22 22 #include <misc/auxiliary.h> -
libpolys/polys/nc/sca.cc
r246bbb rba5e9e 20 20 // #define PDEBUG 2 21 21 #ifdef HAVE_CONFIG_H 22 #include " config.h"22 #include "libpolysconfig.h" 23 23 #endif /* HAVE_CONFIG_H */ 24 24 #include <misc/auxiliary.h> -
libpolys/polys/nc/summator.cc
r246bbb rba5e9e 23 23 24 24 #ifdef HAVE_CONFIG_H 25 #include " config.h"25 #include "libpolysconfig.h" 26 26 #endif /* HAVE_CONFIG_H */ 27 27 #include <misc/auxiliary.h> -
libpolys/polys/operations/pShallowCopyDelete.cc
r246bbb rba5e9e 9 9 *******************************************************************/ 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include "pShallowCopyDelete.h" -
libpolys/polys/operations/p_Mult_q.cc
r246bbb rba5e9e 9 9 *******************************************************************/ 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <misc/auxiliary.h> -
libpolys/polys/operations/p_Mult_q.h
r246bbb rba5e9e 17 17 struct spolyrec; typedef struct spolyrec polyrec; typedef polyrec* poly; 18 18 19 // #include "config.h"20 // #include <polys/structs.h>21 22 19 // Use buckets if min(pLength(p), pLength(q)) >= MIN_LENGTH_BUCKET 23 20 // Not thoroughly tested what is best -
libpolys/polys/pDebug.cc
r246bbb rba5e9e 17 17 18 18 #ifdef HAVE_CONFIG_H 19 #include " config.h"19 #include "libpolysconfig.h" 20 20 #endif /* HAVE_CONFIG_H */ 21 21 #include <misc/auxiliary.h> -
libpolys/polys/polys0.cc
r246bbb rba5e9e 9 9 /* includes */ 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 // #include <polys/structs.h> -
libpolys/polys/prCopy.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <omalloc/omalloc.h> -
libpolys/polys/sbuckets.cc
r246bbb rba5e9e 14 14 15 15 #ifdef HAVE_CONFIG_H 16 #include " config.h"16 #include "libpolysconfig.h" 17 17 #endif /* HAVE_CONFIG_H */ 18 18 #include <misc/auxiliary.h> -
libpolys/polys/simpleideals.cc
r246bbb rba5e9e 9 9 /* includes */ 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <misc/auxiliary.h> -
libpolys/polys/sparsmat.cc
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "libpolysconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 #include <misc/auxiliary.h> -
libpolys/polys/templates/p_Procs_Dynamic.cc
r246bbb rba5e9e 9 9 *******************************************************************/ 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <misc/auxiliary.h> -
libpolys/polys/templates/p_Procs_Generate.cc
r246bbb rba5e9e 16 16 17 17 #ifdef HAVE_CONFIG_H 18 #include " config.h"18 #include "libpolysconfig.h" 19 19 #endif /* HAVE_CONFIG_H */ 20 20 #include <reporter/reporter.h> -
libpolys/polys/templates/p_Procs_Lib.cc
r246bbb rba5e9e 16 16 17 17 #ifdef HAVE_CONFIG_H 18 #include " config.h"18 #include "libpolysconfig.h" 19 19 #endif /* HAVE_CONFIG_H */ 20 20 #include <misc/auxiliary.h> -
libpolys/polys/templates/p_Procs_Static.cc
r246bbb rba5e9e 9 9 *******************************************************************/ 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <misc/auxiliary.h> -
libpolys/polys/weight.cc
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "libpolysconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 -
libpolys/polys/weight0.c
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "libpolysconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 -
libpolys/reporter/dError.cc
r246bbb rba5e9e 17 17 18 18 #ifdef HAVE_CONFIG_H 19 #include " config.h"19 #include "libpolysconfig.h" 20 20 #endif /* HAVE_CONFIG_H */ 21 21 -
libpolys/reporter/reporter.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 -
libpolys/tests/coeffs_test.h
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "libpolysconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include <misc/auxiliary.h> -
libpolys/tests/common.h
r246bbb rba5e9e 10 10 11 11 #ifdef HAVE_CONFIG_H 12 #include " config.h"12 #include "libpolysconfig.h" 13 13 #endif /* HAVE_CONFIG_H */ 14 14 -
libpolys/tests/simple_test.h
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "libpolysconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include <misc/auxiliary.h> -
m4/ax_prefix_config_h.m4
r246bbb rba5e9e 173 173 AS_ECHO(["@%:@define $_LOW""\\1\\2\\"]) >> _script 174 174 AS_ECHO(["@%:@endif/"]) >> _script 175 175 176 # now executing _script on _DEF input to create _OUT output file 176 177 echo "@%:@ifndef $_DEF" >$tmp/pconfig.h 177 178 echo "@%:@def[]ine $_DEF 1" >>$tmp/pconfig.h 178 179 echo ' ' >>$tmp/pconfig.h 180 179 181 echo /'*' $_OUT. Generated automatically at end of configure. '*'/ >>$tmp/pconfig.h 180 182 echo ' ' >>$tmp/pconfig.h 183 184 echo /'*' Safeguard against including without HAVE_CONFIG_H '*'/ >>$tmp/pconfig.h 185 echo "@%:@ifndef HAVE_CONFIG_H" >>$tmp/pconfig.h 186 echo "@%:@error Please include this config header only if HAVE_CONFIG_H was defined!" >>$tmp/pconfig.h 187 echo "@%:@endif" >>$tmp/pconfig.h 188 echo ' ' >>$tmp/pconfig.h 189 181 190 sed -f _script $_INP >>$tmp/pconfig.h 182 191 echo ' ' >>$tmp/pconfig.h -
numeric/mpr_base.cc
r246bbb rba5e9e 10 10 //-> includes 11 11 #ifdef HAVE_CONFIG_H 12 #include " config.h"12 #include "singularconfig.h" 13 13 #endif /* HAVE_CONFIG_H */ 14 14 #include <kernel/mod2.h> -
numeric/mpr_inout.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "singularconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <kernel/mod2.h> -
numeric/mpr_numeric.cc
r246bbb rba5e9e 12 12 13 13 #ifdef HAVE_CONFIG_H 14 #include " config.h"14 #include "singularconfig.h" 15 15 #endif /* HAVE_CONFIG_H */ 16 16 #include <kernel/mod2.h> -
resources/Makefile.am
r246bbb rba5e9e 38 38 libresources_include_HEADERS = omFindExec.h feResource.h feFopen.h 39 39 40 nodist_libresources_include_HEADERS = resourcesconfig.h 40 41 41 42 -
resources/configure.ac
r246bbb rba5e9e 4 4 AC_CONFIG_AUX_DIR([.]) 5 5 AC_CONFIG_SRCDIR([omFindExec.h]) 6 AC_CONFIG_HEADER([ config.h])6 AC_CONFIG_HEADER([resourcesconfig.h]) 7 7 8 8 AM_MAINTAINER_MODE … … 13 13 dnl Check if build env is sane 14 14 AM_SANITY_CHECK 15 16 # Add pre'prefixed config 17 AX_PREFIX_CONFIG_H([resourcesconfig.h],[],[resourcesconfig.h]) 15 18 16 19 SING_RESET_FLAGS() -
resources/feFopen.cc
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "resourcesconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 -
resources/feResource.cc
r246bbb rba5e9e 13 13 14 14 #ifdef HAVE_CONFIG_H 15 #include " config.h"15 #include "resourcesconfig.h" 16 16 #endif /* HAVE_CONFIG_H */ 17 17 -
resources/omFindExec.c
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "resourcesconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11
Note: See TracChangeset
for help on using the changeset viewer.