Some preprocessor derectives for windows
authorLuca Trisciani <luca.trisciani@gmail.com>
Tue, 19 Dec 2017 23:05:28 +0000 (00:05 +0100)
committerLuca Trisciani <luca.trisciani@gmail.com>
Tue, 19 Dec 2017 23:05:28 +0000 (00:05 +0100)
Makefile
autom4te.cache/output.0
autom4te.cache/output.1
autom4te.cache/requests
autom4te.cache/traces.1
config.h.in
configure
configure.ac
src/leqm-nrt.c

index f299645011fde96684fa07e29a1673e16cb7cf48..af47839ee1527344ee77eee6b71f6f590eef2a47 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@
 
 
 
+
 am__is_gnu_make = { \
   if test -z '$(MAKELEVEL)'; then \
     false; \
@@ -91,10 +92,11 @@ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
-       $(am__configure_deps) $(am__DIST_COMMON)
+       $(am__configure_deps) $(dist_doc_DATA) $(am__DIST_COMMON)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
+CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
 AM_V_P = $(am__v_P_$(V))
@@ -124,6 +126,35 @@ am__can_run_installinfo = \
     n|no|NO) false;; \
     *) (install-info --version) >/dev/null 2>&1;; \
   esac
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+  for p in $$list; do echo "$$p $$p"; done | \
+  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+    if (++n[$$2] == $(am__install_max)) \
+      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+    END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+am__uninstall_files_from_dir = { \
+  test -z "$$files" \
+    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
+    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
+         $(am__cd) "$$dir" && rm -f $$files; }; \
+  }
+am__installdirs = "$(DESTDIR)$(docdir)"
+DATA = $(dist_doc_DATA)
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
   distclean-recursive maintainer-clean-recursive
 am__recursive_targets = \
@@ -132,7 +163,8 @@ am__recursive_targets = \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
        cscope distdir dist dist-all distcheck
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
+       $(LISP)config.h.in
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
 # *not* preserved.
@@ -153,12 +185,8 @@ ETAGS = etags
 CTAGS = ctags
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
-am__DIST_COMMON = $(srcdir)/Makefile.in \
-       $(top_srcdir)/build-aux/compile \
-       $(top_srcdir)/build-aux/install-sh \
-       $(top_srcdir)/build-aux/missing build-aux/compile \
-       build-aux/depcomp build-aux/install-sh build-aux/missing \
-       compile install-sh missing
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in compile \
+       depcomp install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -201,12 +229,12 @@ distuninstallcheck_listfiles = find . -type f -print
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 distcleancheck_listfiles = find . -type f -print
-ACLOCAL = ${SHELL} /home/lt/leqm/github/build-aux/missing aclocal-1.15
+ACLOCAL = ${SHELL} /home/lt/leqm/github/missing aclocal-1.15
 AMTAR = $${TAR-tar}
 AM_DEFAULT_VERBOSITY = 1
-AUTOCONF = ${SHELL} /home/lt/leqm/github/build-aux/missing autoconf
-AUTOHEADER = ${SHELL} /home/lt/leqm/github/build-aux/missing autoheader
-AUTOMAKE = ${SHELL} /home/lt/leqm/github/build-aux/missing automake-1.15
+AUTOCONF = ${SHELL} /home/lt/leqm/github/missing autoconf
+AUTOHEADER = ${SHELL} /home/lt/leqm/github/missing autoheader
+AUTOMAKE = ${SHELL} /home/lt/leqm/github/missing automake-1.15
 AWK = gawk
 CC = gcc
 CCDEPMODE = depmode=gcc3
@@ -214,7 +242,7 @@ CFLAGS = -g -O2
 CPP = gcc -E
 CPPFLAGS = 
 CYGPATH_W = echo
-DEFS = -DPACKAGE_NAME=\"leqm-nrt\" -DPACKAGE_TARNAME=\"leqm-nrt\" -DPACKAGE_VERSION=\"0.17\" -DPACKAGE_STRING=\"leqm-nrt\ 0.17\" -DPACKAGE_BUGREPORT=\"luca.trisciani@dcp-werkstatt.ch\" -DPACKAGE_URL=\"\" -DPACKAGE=\"leqm-nrt\" -DVERSION=\"0.17\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_SNDFILE_H=1 -DHAVE_UNISTD_H=1 -DHAVE_PTHREAD_H=1 -DHAVE_STRING_H=1 -DHAVE_TIME_H=1 -DHAVE_CTYPE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_MEMSET=1
+DEFS = -DHAVE_CONFIG_H
 DEPDIR = .deps
 ECHO_C = 
 ECHO_N = -n
@@ -231,7 +259,7 @@ LDFLAGS =
 LIBOBJS = 
 LIBS = 
 LTLIBOBJS = 
-MAKEINFO = ${SHELL} /home/lt/leqm/github/build-aux/missing makeinfo
+MAKEINFO = ${SHELL} /home/lt/leqm/github/missing makeinfo
 MKDIR_P = /usr/bin/mkdir -p
 OBJEXT = o
 PACKAGE = leqm-nrt
@@ -268,7 +296,7 @@ host_alias =
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/lt/leqm/github/build-aux/install-sh
+install_sh = ${SHELL} /home/lt/leqm/github/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale
@@ -288,9 +316,10 @@ target_alias =
 top_build_prefix = 
 top_builddir = .
 top_srcdir = .
-AUTOMAKE_OPTIONS = foreign
-SUBDIRS = src 
-all: all-recursive
+SUBDIRS = src
+dist_doc_DATA = README.md
+all: config.h
+       $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
 .SUFFIXES:
 am--refresh: Makefile
@@ -327,6 +356,42 @@ $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 $(am__aclocal_m4_deps):
 
+config.h: stamp-h1
+       @test -f $@ || rm -f stamp-h1
+       @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
+
+stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
+       @rm -f stamp-h1
+       cd $(top_builddir) && $(SHELL) ./config.status config.h
+$(srcdir)/config.h.in:  $(am__configure_deps) 
+       ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
+       rm -f stamp-h1
+       touch $@
+
+distclean-hdr:
+       -rm -f config.h stamp-h1
+install-dist_docDATA: $(dist_doc_DATA)
+       @$(NORMAL_INSTALL)
+       @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
+       if test -n "$$list"; then \
+         echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
+         $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
+       fi; \
+       for p in $$list; do \
+         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+         echo "$$d$$p"; \
+       done | $(am__base_list) | \
+       while read files; do \
+         echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
+         $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
+       done
+
+uninstall-dist_docDATA:
+       @$(NORMAL_UNINSTALL)
+       @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
+       files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+       dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
+
 # This directory's subdirectories are mostly independent; you can cd
 # into them and run 'make' without going through this Makefile.
 # To change the values of 'make' variables: instead of editing Makefiles,
@@ -623,9 +688,12 @@ distcleancheck: distclean
               exit 1; } >&2
 check-am: all-am
 check: check-recursive
-all-am: Makefile
+all-am: Makefile $(DATA) config.h
 installdirs: installdirs-recursive
 installdirs-am:
+       for dir in "$(DESTDIR)$(docdir)"; do \
+         test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+       done
 install: install-recursive
 install-exec: install-exec-recursive
 install-data: install-data-recursive
@@ -663,7 +731,7 @@ clean-am: clean-generic mostlyclean-am
 distclean: distclean-recursive
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        -rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-tags
+distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
 
 dvi: dvi-recursive
 
@@ -677,7 +745,7 @@ info: info-recursive
 
 info-am:
 
-install-data-am:
+install-data-am: install-dist_docDATA
 
 install-dvi: install-dvi-recursive
 
@@ -723,24 +791,25 @@ ps: ps-recursive
 
 ps-am:
 
-uninstall-am:
+uninstall-am: uninstall-dist_docDATA
 
-.MAKE: $(am__recursive_targets) install-am install-strip
+.MAKE: $(am__recursive_targets) all install-am install-strip
 
 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
        am--refresh check check-am clean clean-cscope clean-generic \
        cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
        dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
-       distcheck distclean distclean-generic distclean-tags \
-       distcleancheck distdir distuninstallcheck dvi dvi-am html \
-       html-am info info-am install install-am install-data \
-       install-data-am install-dvi install-dvi-am install-exec \
-       install-exec-am install-html install-html-am install-info \
-       install-info-am install-man install-pdf install-pdf-am \
-       install-ps install-ps-am install-strip installcheck \
-       installcheck-am installdirs installdirs-am maintainer-clean \
-       maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
-       pdf-am ps ps-am tags tags-am uninstall uninstall-am
+       distcheck distclean distclean-generic distclean-hdr \
+       distclean-tags distcleancheck distdir distuninstallcheck dvi \
+       dvi-am html html-am info info-am install install-am \
+       install-data install-data-am install-dist_docDATA install-dvi \
+       install-dvi-am install-exec install-exec-am install-html \
+       install-html-am install-info install-info-am install-man \
+       install-pdf install-pdf-am install-ps install-ps-am \
+       install-strip installcheck installcheck-am installdirs \
+       installdirs-am maintainer-clean maintainer-clean-generic \
+       mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
+       tags-am uninstall uninstall-am uninstall-dist_docDATA
 
 .PRECIOUS: Makefile
 
index b7ca224a8fa24172bbd49b22439c32b9e5f54fdb..a9eb826fdd8ffc0b1ab149da4fa87451e30defee 100644 (file)
@@ -4188,7 +4188,7 @@ fi
 done
 
 
-for ac_header in stdlib.h nistd.h stdio.h math.h sndfile.h unistd.h pthread.h string.h time.h ctype.h
+for ac_header in stdlib.h nistd.h stdio.h math.h sndfile.h unistd.h pthread.h string.h time.h ctype.h iso646.h
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
index b7ca224a8fa24172bbd49b22439c32b9e5f54fdb..a9eb826fdd8ffc0b1ab149da4fa87451e30defee 100644 (file)
@@ -4188,7 +4188,7 @@ fi
 done
 
 
-for ac_header in stdlib.h nistd.h stdio.h math.h sndfile.h unistd.h pthread.h string.h time.h ctype.h
+for ac_header in stdlib.h nistd.h stdio.h math.h sndfile.h unistd.h pthread.h string.h time.h ctype.h iso646.h
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
index b3aeecc8beedaef86cba9f0cf2c9e8cb68f3a617..95020169cb3b1de34e9a22b7820b2b60e4e47dde 100644 (file)
                         'configure.ac'
                       ],
                       {
-                        'AM_CONDITIONAL' => 1,
-                        'm4_pattern_forbid' => 1,
-                        '_AM_PROG_TAR' => 1,
+                        '_AM_IF_OPTION' => 1,
+                        'AC_CONFIG_MACRO_DIR' => 1,
+                        'AM_SILENT_RULES' => 1,
+                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
                         '_AM_DEPENDENCIES' => 1,
+                        'AM_SANITY_CHECK' => 1,
+                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
+                        '_AM_MANGLE_OPTION' => 1,
+                        '_AM_SUBST_NOTMAKE' => 1,
+                        'AM_SET_LEADING_DOT' => 1,
+                        'AM_AUX_DIR_EXPAND' => 1,
+                        '_AM_SET_OPTIONS' => 1,
+                        'AM_SET_DEPDIR' => 1,
                         '_AM_AUTOCONF_VERSION' => 1,
-                        'AC_DEFUN_ONCE' => 1,
+                        'AM_MAKE_INCLUDE' => 1,
+                        '_AM_PROG_TAR' => 1,
                         'm4_include' => 1,
-                        'AM_PROG_INSTALL_STRIP' => 1,
-                        'AC_DEFUN' => 1,
                         'AM_INIT_AUTOMAKE' => 1,
+                        '_m4_warn' => 1,
+                        'AC_DEFUN' => 1,
+                        'AC_DEFUN_ONCE' => 1,
+                        'AM_SUBST_NOTMAKE' => 1,
                         '_AM_PROG_CC_C_O' => 1,
+                        'm4_pattern_allow' => 1,
+                        'AM_PROG_INSTALL_SH' => 1,
+                        'AU_DEFUN' => 1,
+                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
+                        'include' => 1,
+                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
                         'AM_DEP_TRACK' => 1,
-                        'AM_RUN_LOG' => 1,
-                        'AM_SILENT_RULES' => 1,
-                        'AM_SUBST_NOTMAKE' => 1,
-                        'AC_CONFIG_MACRO_DIR_TRACE' => 1,
+                        'AM_MISSING_HAS_RUN' => 1,
                         '_AM_CONFIG_MACRO_DIRS' => 1,
-                        'AU_DEFUN' => 1,
-                        '_AM_SET_OPTIONS' => 1,
+                        'AM_MISSING_PROG' => 1,
+                        'm4_pattern_forbid' => 1,
+                        'AM_CONDITIONAL' => 1,
+                        'AM_PROG_INSTALL_STRIP' => 1,
                         'AM_AUTOMAKE_VERSION' => 1,
-                        'AM_AUX_DIR_EXPAND' => 1,
-                        '_AM_IF_OPTION' => 1,
                         'AM_PROG_CC_C_O' => 1,
-                        'AM_MISSING_PROG' => 1,
-                        'AM_SANITY_CHECK' => 1,
-                        'AM_SET_DEPDIR' => 1,
-                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
-                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
+                        'AC_CONFIG_MACRO_DIR_TRACE' => 1,
                         '_AM_SET_OPTION' => 1,
-                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
-                        '_AM_SUBST_NOTMAKE' => 1,
-                        'AC_CONFIG_MACRO_DIR' => 1,
-                        '_AM_MANGLE_OPTION' => 1,
-                        '_m4_warn' => 1,
-                        'include' => 1,
-                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
-                        'AM_SET_LEADING_DOT' => 1,
-                        'm4_pattern_allow' => 1,
-                        'AM_PROG_INSTALL_SH' => 1,
-                        'AM_MAKE_INCLUDE' => 1,
-                        'AM_MISSING_HAS_RUN' => 1
+                        'AM_RUN_LOG' => 1
                       }
                     ], 'Autom4te::Request' ),
              bless( [
                         'configure.ac'
                       ],
                       {
-                        'AC_CONFIG_AUX_DIR' => 1,
-                        'AM_PATH_GUILE' => 1,
-                        'LT_CONFIG_LTDL_DIR' => 1,
-                        'AC_CANONICAL_HOST' => 1,
-                        'AM_INIT_AUTOMAKE' => 1,
-                        'AC_FC_SRCEXT' => 1,
-                        'AC_FUNC_MALLOC' => 1,
-                        'AM_NLS' => 1,
-                        'AC_SUBST_TRACE' => 1,
-                        'AM_AUTOMAKE_VERSION' => 1,
-                        'AM_PROG_MKDIR_P' => 1,
-                        'AC_CANONICAL_BUILD' => 1,
                         '_AM_MAKEFILE_INCLUDE' => 1,
-                        'AC_REQUIRE_AUX_FILE' => 1,
-                        'AM_PROG_CXX_C_O' => 1,
-                        'AM_PROG_AR' => 1,
-                        '_AM_COND_ELSE' => 1,
-                        'AC_INIT' => 1,
-                        '_LT_AC_TAGCONFIG' => 1,
-                        'sinclude' => 1,
-                        'AC_CONFIG_LINKS' => 1,
                         'AC_DEFINE_TRACE_LITERAL' => 1,
+                        'AM_PROG_FC_C_O' => 1,
+                        'AC_FC_FREEFORM' => 1,
+                        'AC_SUBST_TRACE' => 1,
+                        'AM_NLS' => 1,
+                        'AC_SUBST' => 1,
+                        'AC_INIT' => 1,
+                        'AM_AUTOMAKE_VERSION' => 1,
                         'AM_PROG_CC_C_O' => 1,
+                        'AC_CANONICAL_HOST' => 1,
+                        'AC_CONFIG_HEADERS' => 1,
+                        'AM_CONDITIONAL' => 1,
+                        'LT_SUPPORTED_TAG' => 1,
                         'AC_CONFIG_SUBDIRS' => 1,
-                        'AM_PROG_MOC' => 1,
+                        '_AM_COND_IF' => 1,
+                        'AC_CANONICAL_BUILD' => 1,
+                        'm4_sinclude' => 1,
+                        'AC_FC_SRCEXT' => 1,
+                        'AM_INIT_AUTOMAKE' => 1,
+                        '_AM_COND_ENDIF' => 1,
+                        'AM_MAKEFILE_INCLUDE' => 1,
+                        'AC_FUNC_MALLOC' => 1,
                         'LT_INIT' => 1,
-                        'AC_CONFIG_LIBOBJ_DIR' => 1,
-                        '_m4_warn' => 1,
-                        'AC_FC_PP_SRCEXT' => 1,
-                        'AC_FC_PP_DEFINE' => 1,
+                        '_LT_AC_TAGCONFIG' => 1,
+                        'AC_REQUIRE_AUX_FILE' => 1,
+                        'AM_PROG_MOC' => 1,
+                        'AH_OUTPUT' => 1,
+                        'AC_CHECK_HEADERS' => 1,
+                        '_AM_COND_ELSE' => 1,
+                        'AM_PROG_CXX_C_O' => 1,
+                        'AM_XGETTEXT_OPTION' => 1,
+                        'AC_CONFIG_AUX_DIR' => 1,
+                        'include' => 1,
                         'AC_CHECK_FUNCS' => 1,
-                        'AM_PROG_FC_C_O' => 1,
-                        'AC_PROG_LIBTOOL' => 1,
-                        'm4_sinclude' => 1,
-                        'AM_POT_TOOLS' => 1,
-                        'AC_PREREQ' => 1,
                         'AM_GNU_GETTEXT' => 1,
-                        'AM_MAINTAINER_MODE' => 1,
-                        'AM_SILENT_RULES' => 1,
-                        'AM_CONDITIONAL' => 1,
                         'm4_pattern_forbid' => 1,
-                        'AC_FC_FREEFORM' => 1,
-                        'AM_ENABLE_MULTILIB' => 1,
-                        'AC_LIBSOURCE' => 1,
-                        'AC_CANONICAL_TARGET' => 1,
-                        'm4_include' => 1,
-                        'AC_CHECK_HEADERS' => 1,
+                        'AC_CONFIG_LIBOBJ_DIR' => 1,
+                        'AC_CONFIG_LINKS' => 1,
+                        '_m4_warn' => 1,
                         'AM_EXTRA_RECURSIVE_TARGETS' => 1,
-                        'AC_CONFIG_HEADERS' => 1,
+                        'AC_CONFIG_FILES' => 1,
+                        'LT_CONFIG_LTDL_DIR' => 1,
                         'AC_CANONICAL_SYSTEM' => 1,
-                        'AC_SUBST' => 1,
-                        'AH_OUTPUT' => 1,
-                        'LT_SUPPORTED_TAG' => 1,
+                        'm4_pattern_allow' => 1,
+                        'AC_FC_PP_SRCEXT' => 1,
+                        'AC_PREREQ' => 1,
+                        'AM_PROG_MKDIR_P' => 1,
+                        'sinclude' => 1,
                         'AM_PROG_F77_C_O' => 1,
-                        'AM_MAKEFILE_INCLUDE' => 1,
-                        'AM_XGETTEXT_OPTION' => 1,
-                        'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
-                        '_AM_COND_ENDIF' => 1,
                         'AC_PROG_CC' => 1,
-                        'include' => 1,
-                        'm4_pattern_allow' => 1,
-                        '_AM_SUBST_NOTMAKE' => 1,
-                        '_AM_COND_IF' => 1,
-                        'AC_CONFIG_FILES' => 1
+                        'm4_include' => 1,
+                        'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
+                        'AC_PROG_LIBTOOL' => 1,
+                        'AM_ENABLE_MULTILIB' => 1,
+                        'AM_SILENT_RULES' => 1,
+                        'AC_CANONICAL_TARGET' => 1,
+                        'AC_FC_PP_DEFINE' => 1,
+                        'AM_PROG_AR' => 1,
+                        'AM_POT_TOOLS' => 1,
+                        'AC_LIBSOURCE' => 1,
+                        'AM_PATH_GUILE' => 1,
+                        'AM_MAINTAINER_MODE' => 1,
+                        '_AM_SUBST_NOTMAKE' => 1
                       }
                     ], 'Autom4te::Request' )
            );
index 4e9687b4740dd4a63977f46e642d716b81726c25..d70c70b900cb1a338af6886efc32fa7d1ef041ad 100644 (file)
@@ -332,7 +332,7 @@ m4trace:configure.ac:5: -1- AC_CONFIG_FILES([
        Makefile
        src/Makefile
 ])
-m4trace:configure.ac:9: -1- AC_CHECK_HEADERS([stdlib.h nistd.h stdio.h math.h sndfile.h unistd.h pthread.h string.h time.h ctype.h])
+m4trace:configure.ac:9: -1- AC_CHECK_HEADERS([stdlib.h nistd.h stdio.h math.h sndfile.h unistd.h pthread.h string.h time.h ctype.h iso646.h])
 m4trace:configure.ac:9: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
 @%:@undef HAVE_STDLIB_H])
 m4trace:configure.ac:9: -1- AH_OUTPUT([HAVE_NISTD_H], [/* Define to 1 if you have the <nistd.h> header file. */
@@ -353,6 +353,8 @@ m4trace:configure.ac:9: -1- AH_OUTPUT([HAVE_TIME_H], [/* Define to 1 if you have
 @%:@undef HAVE_TIME_H])
 m4trace:configure.ac:9: -1- AH_OUTPUT([HAVE_CTYPE_H], [/* Define to 1 if you have the <ctype.h> header file. */
 @%:@undef HAVE_CTYPE_H])
+m4trace:configure.ac:9: -1- AH_OUTPUT([HAVE_ISO646_H], [/* Define to 1 if you have the <iso646.h> header file. */
+@%:@undef HAVE_ISO646_H])
 m4trace:configure.ac:9: -1- AC_SUBST([CPP])
 m4trace:configure.ac:9: -1- AC_SUBST_TRACE([CPP])
 m4trace:configure.ac:9: -1- m4_pattern_allow([^CPP$])
index a8686db4f400340cc6060dd6ed42115bff822f84..8dd609f9ebb7e6fbf0ed35b46dacab4ee130a613 100644 (file)
@@ -9,6 +9,9 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
+/* Define to 1 if you have the <iso646.h> header file. */
+#undef HAVE_ISO646_H
+
 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
    to 0 otherwise. */
 #undef HAVE_MALLOC
index 84fac5f39e3d47a0fdb9bfb50e4e1b9948d26639..00ac5c097877830d75990ad11c725bf3c1ce1e15 100755 (executable)
--- a/configure
+++ b/configure
@@ -4188,7 +4188,7 @@ fi
 done
 
 
-for ac_header in stdlib.h nistd.h stdio.h math.h sndfile.h unistd.h pthread.h string.h time.h ctype.h
+for ac_header in stdlib.h nistd.h stdio.h math.h sndfile.h unistd.h pthread.h string.h time.h ctype.h iso646.h
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
index 6c224a1aa30ecaeddcd5fccc6a81204121940f8d..7473ba80849f57d7557980750b4f23af6e316d3a 100644 (file)
@@ -6,7 +6,7 @@ AC_CONFIG_FILES([
        Makefile
        src/Makefile
 ])
-AC_CHECK_HEADERS([stdlib.h nistd.h stdio.h math.h sndfile.h unistd.h pthread.h string.h time.h ctype.h])
+AC_CHECK_HEADERS([stdlib.h nistd.h stdio.h math.h sndfile.h unistd.h pthread.h string.h time.h ctype.h iso646.h])
 
 AC_FUNC_MALLOC
 AC_CHECK_FUNCS([clock_gettime memset powf])
index db094511be1f8ee5595b67b21fb231bf98fa4c23..79a31b859ce43f2dd4c3ecd0eae038208741bdf1 100644 (file)
@@ -32,7 +32,7 @@
 #include <stdlib.h>
 #include <time.h>
 #include <ctype.h>
-
+#include <iso646.h>
 
 // Version 0.0.17 (C) Luca Trisciani 2011-2013, 2017
 // Tool from the DCP-Werkstatt Software Bundle
@@ -103,7 +103,14 @@ int main(int argc, const char ** argv)
   int fileopenstate = 0;
   int leqm10 = 0;
   int leqmlog = 0;
+  #if defined __unix__ || defined  __APPLE__
   int numCPU = sysconf(_SC_NPROCESSORS_ONLN) - 1;
+  #elif defined _WIN64 || defined _WIN32
+  SYSTEM_INFO sysinfo;
+  GetSystemInfo(&sysinfo);
+  int numCPU = sysinfo.dwNumberOfProcessors - 1;
+  #endif
+
   double * channelconfcalvector;
   channelconfcalvector = NULL;
   printf("leqm-nrt  Copyright (C) 2011-2013, 2017 Luca Trisciani\nThis program comes with ABSOLUTELY NO WARRANTY; for details on command line parameters -help\nThis is free software, and you are welcome to redistribute it\nunder the GPL v3 licence.\nProgram will use 1 + %d slave threads.\n", numCPU);