Home
last modified time | relevance | path

Searched +refs:so +refs:long +refs:disable (Results 1 – 25 of 52863) sorted by relevance

12345678910>>...2115

/dports/net-mgmt/check_mysql_health/check_mysql_health-2.2.2/
H A Daclocal.m47 # with or without modifications, as long as this notice is preserved.
21 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
27 # with or without modifications, as long as this notice is preserved.
51 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
65 # with or without modifications, as long as this notice is preserved.
99 # with or without modifications, as long as this notice is preserved.
104 # Default is to disable them, unless 'enable' is passed literally.
106 # can override the default with the --enable/--disable switch.
108 [m4_case(m4_default([$1], [disable]),
109 [enable], [m4_define([am_maintainer_other], [disable])],
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/
H A Dconfigure.in14 dnl here so that it shows up in the help text.
41 dnl Support --enable-newlib-io-long-long
42 AC_ARG_ENABLE(newlib-io-long-long,
43 [ --enable-newlib-io-long-long enable long long type support in IO functions like printf/scanf],
109 [ --disable-newlib-atexit-dynamic-alloc disable dynamic allocation of atexit entries],
142 [ --disable-newlib-fvwrite-in-streamio disable iov in streamio],
153 [ --disable-newlib-fseek-optimization disable fseek optimization],
164 dnl here so that it shows up in the help text.
175 dnl here so that it shows up in the help text.
212 dnl here so that it shows up in the help text.
[all …]
/dports/audio/liblo/liblo-0.31/
H A Dconfigure.ac45 # disable support for ipv6.
70 # Since we don't require C99, format code for long long int can vary
73 AC_MSG_CHECKING([how to print long long int])
77 [AC_LANG_PROGRAM([#include <stdio.h>],[printf("%lld", (long long int)0);])],
80 [AC_LANG_PROGRAM([#include <stdio.h>],[printf("%I64d", (long long int)0);])],
82 AC_MSG_ERROR([printf doesn't support long long int]))])
84 AC_DEFINE_UNQUOTED([PRINTF_LL],[$printf_ll],[printf code for type long long int])
158 # Check for whether threads are wanted, and if so, did we find libpthread.
169 AC_MSG_ERROR([pthread not found. Try option --disable-threads.]))
207 # some winsock2 functions require XP, so WINNT=0x501
[all …]
/dports/devel/zfp/zfp-0.5.5/
H A DConfig26 # do not uncomment; use "make ZFP_WITH_OPENMP=0" to disable OpenMP
31 # use long long for 64-bit types
32 # DEFS += -DZFP_INT64='long long' -DZFP_INT64_SUFFIX='ll'
33 # DEFS += -DZFP_UINT64='unsigned long long' -DZFP_UINT64_SUFFIX='ull'
80 LIBZFP = libzfp.so
81 LIBCFP = libcfp.so
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/printf/
H A Dmeson.build12 # Don't have a need for that and it's not portable so just ignore for now
15 # Just use internal emulation for printing long longs for now
18 # Don't need any of this widechar stuff, so just disable it for now
25 # Check if 'long long' works and what format can be used to print it
27 if cc.compiles('''long long ll = 1LL;
30 long long llmax = (long long) -1;
32 }''', name : 'long long')
65 # Define intmax_t to 'long' or 'long long'
72 printf_args += ['-Dintmax_t=long long']
74 printf_args += ['-Dintmax_t=long']
/dports/databases/xapian-core/xapian-core-1.4.18/
H A Dconfigure.ac459 __builtin_clzll(unsigned long long)], [], [], [ ])
462 __builtin_ctzll(unsigned long long)], [], [], [ ])
463 AC_CHECK_DECLS([__builtin_expect(long, long)], [], [], [ ])
466 __builtin_popcountll(unsigned long long)], [], [], [ ])
572 AC_CHECK_SIZEOF([long])
573 AC_CHECK_SIZEOF([long long])
592 "$ac_cv_sizeof_long_long") INT64_T='long long' ;;
1408 // use a function-like macro, so we could have a method called fstat so long
1433 * #define off_t long long
1435 typedef long long off_t_redefinition_typedef;
[all …]
/dports/net/opal/opal-3.10.10/
H A Dopal.spec.in33 …e-localspeex --disable-video --disable-sip --disable-h323 --disable-iax --disable-h224--disable-t3…
53 %{_libdir}/*.so.*
54 %{_libdir}/*.so
81 - bump again for double-long bug on ppc(64)
/dports/science/py-cirq-aqt/Cirq-0.12.0/dev_tools/conf/
H A D.pylintrc4 disable=all
25 line-too-long,
60 # Ignore long lines containing urls or pylint directives.
61 ignore-long-lines=^(.*#\w*pylint: disable.*|\s*(# )?<?https?://\S+>?)$
66 # system, and so shouldn't trigger E1101 when accessed. Python regular
/dports/science/code_saturne/code_saturne-7.1.0/libple/
H A Dconfigure.ac68 # - foreign, so as to handle the possible absence of ChangeLog
69 # - tar-pax, so as to handle long lines (> 99 characters) in tar archives
91 [AM_MAINTAINER_MODE([disable])])
287 # so we directly use autoconf's enable_shared variable.
296 LT_INIT([disable-static, win32-dll])
334 AC_CHECK_TYPES([long long, unsigned long long])
345 PLE_AC_CHECK_SIZEOF([long long], [ple])
350 AC_ARG_ENABLE(long-lnum,
351 [AS_HELP_STRING([--enable-long-lnum],[use long local numbers])],
387 [AS_HELP_STRING([--disable-openmp], [disable OpenMP support])],
[all …]
/dports/science/py-cirq-ionq/Cirq-0.13.1/dev_tools/conf/
H A D.pylintrc4 disable=all
25 line-too-long,
62 # Ignore long lines containing urls or pylint directives.
63 ignore-long-lines=^(.*#\w*pylint: disable.*|\s*(# )?<?https?://\S+>?)$
68 # system, and so shouldn't trigger E1101 when accessed. Python regular
/dports/science/py-cirq-pasqal/Cirq-0.13.1/dev_tools/conf/
H A D.pylintrc4 disable=all
25 line-too-long,
62 # Ignore long lines containing urls or pylint directives.
63 ignore-long-lines=^(.*#\w*pylint: disable.*|\s*(# )?<?https?://\S+>?)$
68 # system, and so shouldn't trigger E1101 when accessed. Python regular
/dports/science/py-cirq-core/Cirq-0.13.1/dev_tools/conf/
H A D.pylintrc4 disable=all
25 line-too-long,
62 # Ignore long lines containing urls or pylint directives.
63 ignore-long-lines=^(.*#\w*pylint: disable.*|\s*(# )?<?https?://\S+>?)$
68 # system, and so shouldn't trigger E1101 when accessed. Python regular
/dports/science/py-cirq-google/Cirq-0.13.0/dev_tools/conf/
H A D.pylintrc4 disable=all
25 line-too-long,
62 # Ignore long lines containing urls or pylint directives.
63 ignore-long-lines=^(.*#\w*pylint: disable.*|\s*(# )?<?https?://\S+>?)$
68 # system, and so shouldn't trigger E1101 when accessed. Python regular
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/autoconf/
H A Dextra.m4333 AC_MSG_CHECKING([sizeof(long long) == sizeof(long)])
337 if (sizeof(long long) == sizeof(long))
343 AC_DEFINE(ULONG, [unsigned long], [Define ULONG as long unsigned int])
347 AC_DEFINE(ULONG, [unsigned long long], [Define ULONG as long long unsigned int])
351 dnl when cross compilation asume long long != long
352 AC_DEFINE(ULONG, [unsigned long long], [Define ULONG as long long unsigned int])
481 [AC_HELP_STRING([--disable-debug],[disable debug information])],
547 -Wno-long-long dnl
699 -Wno-long-long dnl
862 [AC_HELP_STRING([--disable-pickup], [disable pickup function])],
[all …]
/dports/math/libflame/libflame-5.2.0/build/ac-macros/
H A Dfla_check_enable_max_arg_list_hack.m47 dnl --disable-<option>. If so, then run the first snippet of code;
10 …of the argument list to ar. Use this option if you get 'Argument list too long' error messages whe…
15 dnl User provided --enable-<option>=no or --disable-<option>.
31 dnl User did not specify whether to enable or disable the option.
32 dnl Default behavior is to disable the option.
49 dnl Only "yes" and "no" are accepted, so this block is empty.
/dports/lang/gcc9-devel/gcc-9-20211007/libobjc/
H A Daclocal.m47 # with or without modifications, as long as this notice is preserved.
21 # with or without modifications, as long as this notice is preserved.
55 # with or without modifications, as long as this notice is preserved.
60 # Default is to disable them, unless 'enable' is passed literally.
62 # can override the default with the --enable/--disable switch.
64 [m4_case(m4_default([$1], [disable]),
65 [enable], [m4_define([am_maintainer_other], [disable])],
66 [disable], [m4_define([am_maintainer_other], [enable])],
88 # with or without modifications, as long as this notice is preserved.
119 # Losing compiler, so override with the script.
[all …]
/dports/lang/gcc9/gcc-9.4.0/libobjc/
H A Daclocal.m47 # with or without modifications, as long as this notice is preserved.
21 # with or without modifications, as long as this notice is preserved.
55 # with or without modifications, as long as this notice is preserved.
60 # Default is to disable them, unless 'enable' is passed literally.
62 # can override the default with the --enable/--disable switch.
64 [m4_case(m4_default([$1], [disable]),
65 [enable], [m4_define([am_maintainer_other], [disable])],
66 [disable], [m4_define([am_maintainer_other], [enable])],
88 # with or without modifications, as long as this notice is preserved.
119 # Losing compiler, so override with the script.
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libobjc/
H A Daclocal.m47 # with or without modifications, as long as this notice is preserved.
21 # with or without modifications, as long as this notice is preserved.
55 # with or without modifications, as long as this notice is preserved.
60 # Default is to disable them, unless 'enable' is passed literally.
62 # can override the default with the --enable/--disable switch.
64 [m4_case(m4_default([$1], [disable]),
65 [enable], [m4_define([am_maintainer_other], [disable])],
66 [disable], [m4_define([am_maintainer_other], [enable])],
88 # with or without modifications, as long as this notice is preserved.
119 # Losing compiler, so override with the script.
[all …]
/dports/databases/galera/galera-release_25.3.35/gcache/
H A Dconfigure.ac20 AC_HELP_STRING([--disable-debug],
21 [disable debugging code [[default=enabled]]]),,
41 # m4-1.4.13 can no longer handle obsolete AM_PATH_CHECK so we have to switch to
42 # PKG_CHECK_MODULES. However CentOS-5.0 has an outdated check version, so
85 AM_CXXFLAGS="$AM_CXXFLAGS -fno-rtti -Wno-long-long"
/dports/databases/galera26/galera-release_26.4.10/gcache/
H A Dconfigure.ac20 AC_HELP_STRING([--disable-debug],
21 [disable debugging code [[default=enabled]]]),,
41 # m4-1.4.13 can no longer handle obsolete AM_PATH_CHECK so we have to switch to
42 # PKG_CHECK_MODULES. However CentOS-5.0 has an outdated check version, so
85 AM_CXXFLAGS="$AM_CXXFLAGS -fno-rtti -Wno-long-long"
/dports/math/gap/gap-4.11.0/lib/
H A Dsystem.g59 # These options must be kept in sync with those in system.c, so the help output
63 rec( short:= "b", long := "banner", default := false, help := ["disable/enable the banner"] ),
64 rec( short:= "q", long := "quiet", default := false, help := ["enable/disable quiet mode"] ),
65 rec( short:= "e", default := false, help := ["disable/enable quitting on <ctr>-D"] ),
69 help := ["disable/enable use of readline library (if", "possible)"] ),
98 …rec( short:= "T", long := "nobreakloop", default := false, help := ["disable/enable break loop and…
105 rec( short:= "p", default := false, help := ["enable/disable package output mode"] ),
180 ## threads, so make members atomic or immutable.
196 help := [ "enable/disable single-threaded startup" ]),
264 GAPInfo.CommandLineOptionCanonicalName.(option.long) := option.long;
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/
H A Dconfigure.ac68 # - tar-pax, so as to handle long lines (> 99 characters) in tar archives
392 AC_CHECK_TYPES([long long, unsigned long long])
402 AC_CHECK_SIZEOF([long])
403 AC_CHECK_SIZEOF([long long])
408 AC_ARG_ENABLE(long-gnum,
409 [AS_HELP_STRING([--enable-long-gnum],[use long global numbers])],
427 [AS_HELP_STRING([--enable-long-lnum],[use long local numbers])],
466 [AS_HELP_STRING([--disable-openmp], [disable OpenMP support])],
646 [AS_HELP_STRING([--disable-dlloader], [disable dynamic shared library loading])],
664 [[ dlopen("none.so", RTLD_LAZY);]])],
[all …]
/dports/sysutils/libgksu/libgksu-2.0.12/
H A Dgksu.schemas.in5 <key>/schemas/apps/gksu/disable-grab</key>
6 <applyto>/apps/gksu/disable-grab</applyto>
12 <long>
17 </long>
29 <long>
32 </long>
44 <long>
48 </long>
60 <long>
76 <long>
[all …]
/dports/math/matio/matio-1.5.21/
H A Daclocal.m4509 # Default is to disable them, unless 'enable' is passed literally.
510 # For symmetry, 'disable' may be passed as well. Anyway, the user
511 # can override the default with the --enable/--disable switch.
513 [m4_case(m4_default([$1], [disable]),
514 [enable], [m4_define([am_maintainer_other], [disable])],
515 [disable], [m4_define([am_maintainer_other], [enable])],
519 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
638 # Losing compiler, so override with the script.
692 # Do 'set' in a subshell so we don't clobber the current shell's
766 [--disable-silent-rules],
[all …]
/dports/net/socat/socat-1.7.4.2/
H A Dconfigure.in16 # find out which defines gcc passes to cpp, so makedepend does not run into
838 AC_MSG_CHECKING(for long long)
1280 # so we can compare sockaddrs simply with memcmp
1743 # same length as long long
1747 [$4="7 /* long long */"],
1775 dnl This version is for compilers with -Werror or so: gcc, clang, Sun Studio?
1802 dnl This version is for compilers with no -Werror or so
1838 # same length as long long
1842 [$5="7 /* long long */"],
2067 # so that fipsld is not used by the configure script itself.
[all …]

12345678910>>...2115