Home
last modified time | relevance | path

Searched +refs:cc +refs:check +refs:some +refs:feature (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/sys/contrib/libsodium/m4/
H A Dax_pthread.m495 # We used to check for pthread.h first, but this fails if pthread.h
99 # First of all, check if the user has set any of the PTHREAD_LIBS,
121 # We must check for the threads library under a number of different
122 # names; the ordering is very important because some systems
136 # pthreads: AIX (must check this before -lpthread)
144 # doesn't hurt to check since this sometimes defines pthreads and
165 # From the cc(1) man page: "[-mt] Sets various -D flags to enable
173 # IBM z/OS requires a feature-test macro to be defined in order to
189 # On Solaris (at least, for some versions), libc contains stubbed
193 # so we could check for that, but who knows whether they'll stub
[all …]
/freebsd/contrib/unbound/
H A Dax_pthread.m4100 # We used to check for pthread.h first, but this fails if pthread.h
104 # First of all, check if the user has set any of the PTHREAD_LIBS,
127 # We must check for the threads library under a number of different
128 # names; the ordering is very important because some systems
144 # pthreads: AIX (must check this before -lpthread)
152 # doesn't hurt to check since this sometimes defines pthreads and
173 # From the cc(1) man page: "[-mt] Sets various -D flags to enable
181 # IBM z/OS requires a feature-test macro to be defined in order to
197 # On Solaris (at least, for some versions), libc contains stubbed
201 # so we could check for that, but who knows whether they'll stub
[all …]
/freebsd/crypto/krb5/src/config/ac-archive/
H A Dax_pthread.m4100 # We used to check for pthread.h first, but this fails if pthread.h
104 # First of all, check if the user has set any of the PTHREAD_LIBS,
127 # We must check for the threads library under a number of different
128 # names; the ordering is very important because some systems
144 # pthreads: AIX (must check this before -lpthread)
152 # doesn't hurt to check since this sometimes defines pthreads and
173 # From the cc(1) man page: "[-mt] Sets various -D flags to enable
181 # IBM z/OS requires a feature-test macro to be defined in order to
197 # On Solaris (at least, for some versions), libc contains stubbed
201 # so we could check for that, but who knows whether they'll stub
[all …]
/freebsd/contrib/ncurses/
H A DNEWS59 + build/bug-fix for check-size feature (reports by Sam James, Gabriele
64 + provide for padding in check-size feature, using new_prescr() to
79 + modify tput/tset reset feature to avoid 1-second sleep if running in
81 + modify check-size feature to avoid using it in a pseudoterminal
84 + trim a space after some "-R" options, fixing builds for applications
92 + add configure check for MB_LEN_MAX, to provide warning as needed.
136 corresponding SIGWINCH feature is disabled.
198 + amend fix for Debian #1055882, correcting nul terminator check in
206 + amend parameter check for entire string versus specific length in
243 + make the recent change to setupterm optional "--enable-check-size"
[all …]
H A DINSTALL104 for some absolute pathnames such as TERMINFO. Instead do this
186 programs (see the manual pages for explanation of what they do), some test
341 option to disable the feature altogether.
358 use this feature, e.g., via the ExitProgram() macro.
361 normally considered part of the ABI. If there were some (as yet
374 The default uses the -version-number feature of libtool, which makes
378 Use --disable-libtool-version to use the libtool -version-info feature.
429 some headers in /usr/include, and others in a subdirectory is a good
437 Without some special effort, it will either fail to compile at all,
461 linking to ncurses when it was configured to use the rpath feature.
[all …]
H A Dconfigure.in69 [ --without-ada suppress check for Ada compiler, don't build demo],
75 cf_prog_cc="gnatgcc gcc cc"
77 cf_prog_cc="gcc cc"
230 # If we find pkg-config, check if we should install the ".pc" files.
545 # want users of the package to rely upon that feature. Give those people an
647 # The fallback feature in ncurses relies upon tic/infocmp outside the build
760 ### We need 4Mb, check if we can allocate 50% more than that.
853 …info" = "xyes" && AC_DEFINE(USE_HOME_TERMINFO,1,[Define to 1 if $HOME/.terminfo feature is wanted])
886 # soft links (symbolic links) are useful for some systems where hard links do
968 AC_MSG_WARN(_XOPEN_SOURCE feature test macro appears to be predefined)
[all …]
H A Daclocal.m4120 # also: remove the wgetch-events feature in ABI 7
293 dnl but old versions (and some misinstalled ones) need that. To make things
508 dnl In particular, handle some obsolete cases where the "-" might be omitted,
533 # check if $ARFLAGS already contains this choice
766 AC_ARG_WITH(build-cc,
767 [ --with-build-cc=XXX the build C compiler ($BUILD_CC)],
769 [AC_CHECK_PROGS(BUILD_CC, [gcc clang c99 c89 cc cl],none)])
837 Use --with-build-cc to specify the native compiler.])
865 AC_MSG_CHECKING(if you want to use C11 _Noreturn feature)
867 [ --enable-stdnoreturn enable C11 _Noreturn feature for diagnostics],
[all …]
/freebsd/contrib/sqlite3/autosetup/
H A DREADME.md4 This document provides some tips and reminders for the SQLite
77 check for `${filename}.exe` on Windows platforms. However, on such
131 - **`sqlite-add-feature-flag ?-shell? FLAG...`**\
132 Adds the given feature flag to the CFLAGS which are specific to
140 The shell-specific counterpart of `sqlite-add-feature-flag` which
200 `cc -o jimsh0 autosetup/jimsh0.c`\
289 feature tests performed by the configure script may amend global flags
307 implicitly modified global state which broke the zlib feature
308 test. Because the feature tests no longer (intentionally) modify
311 In this build, cases where feature tests modify global state in such a
[all …]
/freebsd/contrib/file/
H A DINSTALL20 below. The lack of an optional feature in a given package is not
40 to figure out how `configure' could check whether to do them, and mail
43 some point `config.cache' contains results you don't want to keep, you
57 some messages telling which features it is checking for.
61 3. Optionally, type `make check' to run any self-tests that come with
101 for details on some of the pertinent environment variables.
179 However, some platforms have known limitations with the semantics of
189 when some directory options were not specified in terms of `${prefix}'
225 ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
229 On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
[all …]
/freebsd/contrib/mandoc/
H A DNEWS10 * man(7): implement some automatic tagging support
40 * -W style: check .Xr links along the full manpath
48 * tbl(7): fix a NULL pointer access in some cases of two spans on one row
52 * tbl(7): fix an infinite loop for some overlapping horizontal spans
65 because that test was too fragile; just use "cc" by default
68 * configure: provide feature tests for __attribute__(()) and mkstemps(3)
103 form "ret_type (fname)(args)", but otherwise check names more strictly
132 * -T html: remove some spurious line breaks, in particular inside <pre>
138 * move some code out of the giant main() into separate functions
150 portability feature, checking patches, and extensive release testing
[all …]
/freebsd/sys/contrib/zlib/
H A DChangeLog52 - Avoid some conversion warnings in gzread.c and gzwrite.c
57 - Don't compute check value for raw inflate if asked to validate
69 - Fix a bug that can crash deflate on some input when using Z_FIXED
83 - Don't bother computing check value after successful inflateSync()
87 - Explicitly note that the 32-bit check values are 32 bits
104 - Check for cc masquerading as gcc or clang in configure
161 - Change check for a four-byte type back to hexadecimal
176 - Fix configure check for veracity of compiler error return codes
207 - Remove runtime check in configure for four-byte integer type
291 - Avoid some warnings in contrib/minizip [Vollant]
[all …]
/freebsd/crypto/openssl/Configurations/
H A DREADME.md25 files. The Configure script does check that a config file doesn't
44 Note: if the same feature is both enabled
65 cc => The C compiler command, usually one of "cc",
191 some options. In this case, the first
306 be `(unknown)`, in which case the user MUST give some compilation
341 "target" => "{cc}:{cflags}:{unistd}:{thread_cflag}:{sys_id}:{lflags}:
393 It's also possible to tell some other dependencies:
414 In some cases, it's desirable to include some source files in the
428 In some cases, one might want to generate some source files from
454 Finally, you can have some simple conditional use of the `build.info`
[all …]
/freebsd/contrib/googletest/docs/
H A Dadvanced.md6 write tests using GoogleTest, it's time to learn some new tricks. This document
13 This section covers some less frequently used, but still significant,
30 run into. Therefore, sometimes a user has to use `EXPECT_TRUE()` to check a
33 understand what went wrong. As a workaround, some users choose to construct the
139 [`EXPECT_TRUE`](reference/assertions.md#EXPECT_TRUE) unsatisfactory, or some
252 need to make sure that `*result` contains some sensible value even when the
279 to check for preconditions of the system under test during runtime and skip
413 some program state is corrupted. If the assertion checks the wrong condition,
625 your program will fail the heap check as the parent process will never see the
643 Note: If you want to put a series of test assertions in a subroutine to check
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dmailprio5 cc: marc@xfree86.org
22 # To extract the files from this archive, save it to some FILE, remove
82 # To double check results:
191 X # (this might not always be a feature)
361 X In mailprio check: #!perl path, $home, $priodb, $locking
363 X In mailprio_mkdb check: #!perl path, $home, $priodb, $maillog
382 X To double check results:
406 X some kind of incremental maillog information to load from).
438 # which may or may not be a feature. This version uses the new xdelay
506 X # delivery failure of some sort (i.e. bad)
/freebsd/contrib/tnftp/
H A DChangeLog44 - Add the time.h headers to accheck_includes, for the strptime check.
45 - Remove the check for el_init in libedit; we're always replacing
46 the library and the presence of strvis() in some versions
87 - Add a check for strptime() requiring separators between
93 - Move IPv6 check from tnftp.h to configure.ac (as per tnftpd).
120 * Add autoconf check for (Dante) SOCKS5.
141 * Fix some lint
162 * Add check for struct sockaddr.sa_len.
202 require support for 'long long' in that check rather than
203 needing sizeof(off_t)>=8, as some systems have a separate
[all …]
/freebsd/contrib/bc/
H A DNEWS.md61 This is a production release to remove some debugging code that I accidentally
115 `bcl` now includes more capacity to check for invalid numbers when built to run
126 feature for `dc`: there is now a command to query whether extended registers are
176 This is a production release with a new feature and a few bug fixes.
189 The new feature is that stack traces are now given for runtime errors. In debug
221 The first feature was the addition of the `is_number()` built-in function (`u`
224 The second feature was the addition of the `is_string()` built-in function (`t`
231 The last added feature is the ability of the `asciify()` built-in function in
278 sometimes caused the wrong error message) and adds a feature for compatibility
370 This is a production release that adds a new feature, fixes some bugs, and adds
[all …]
/freebsd/contrib/tcp_wrappers/
H A DREADME86 concepts and terminology; 2) glance over the security feature sections
88 advanced). I recommend that you first use the default security feature
111 the wrapper programs, and introduce some of the terminology that is
139 name or address and performs some additional checks. When all is well,
164 1) The easy way: move network daemons to some other directory and fill
239 feature may be used to install "booby traps". For details, see the
269 some other protocol is used underneath TLI, the host address will be
270 some universal magic cookie that may not even be usable for access
276 With some network applications, such as RSH or RLOGIN, the client host
283 depend on some far-away DNS (domain name server) outside your own
[all …]
/freebsd/contrib/byacc/
H A Daclocal.m4214 AC_MSG_CHECKING(if you want to use C11 _Noreturn feature)
216 [ --enable-stdnoreturn enable C11 _Noreturn feature for diagnostics],
222 AC_CACHE_CHECK([for C11 _Noreturn feature], cf_cv_c11_noreturn,
263 : "${CC:=cc}"
315 dnl Derive the system name, as a check for reusing the autoconf cache.
351 dnl not ignore some gcc options.
447 AC_CACHE_CHECK(for X11/Xt const-feature,cf_cv_const_x_string,[
483 dnl ECHO_LD - symbol to prefix "cc -o" lines
484 dnl RULE_CC - symbol to put before implicit "cc -c" lines (e.g., .c.o)
485 dnl SHOW_CC - symbol to put before explicit "cc -c" lines
[all …]
H A DCHANGES35 updates for CF_INSTALL_MAN from reflex, which needs the symbolic link feature
92 when copying parameters, check for a case where the last token is not a
199 * yacc.1: minor fixes with check-manpage
417 | # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
428 If "cc" is installed, i.e. the Oracle Studio compiler, this one is
455 $ make check
476 $ make check
506 config.sub: work around command assignment bug in some shells
508 When combining variable assignments with a shell command, some older
609 $ make check
[all …]
/freebsd/
H A DRELNOTES77 On modern amd64 machines (which have the LA57 CPU feature),
155 the use case of wanting to list processes launched by some user, which
157 of some user. This only affects the selection of processes whose real
263 This is incompatible with some boot ROMs, particularly outdated builds
283 Please check ports you are maintaining for crossreferences.
346 feature (simply rename jail_${jailname}_zfs_datasets in the ezjail
374 This commit added some statistics collection to the NFS-over-TLS
411 `cc -m32` will also be supported for at least the stable/15
437 released by extending some level of 32-bit support for one or
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES11 some invalid input with respect to line endings
93 cf/feature/fips3.m4
112 to log the protocol stage as stage= for some errors during
136 Fixed some spelling errors in documentation and comments,
142 dsn= entry might have been logged under some circumstances.
190 Deprecation notice: due to compatibility problems with some
250 On some systems the rejection of a RCPT by a milter could
267 MAIL.LOCAL: Enhance some error messages to simplify
279 cf/feature/check_other.m4
280 cf/feature/sts.m4
[all …]
/freebsd/contrib/dialog/
H A Daclocal.m4114 dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and
320 dnl not all application developers want this feature by default, e.g., lynx.
445 AC_MSG_WARN(disabling NLS feature)
540 dnl to 'yes' because some of the testsuite requires it.
551 dnl the rule in general Makefile. Now, some people carelessly touch the
560 dnl Found it, now check the version.
734 dnl but old versions (and some misinstalled ones) need that. To make things
1014 dnl In particular, handle some obsolete cases where the "-" might be omitted,
1039 # check if $ARFLAGS already contains this choice
1197 dnl FIXME: the underlying AM_GNU_GETTEXT macro either needs some fixes or a
[all …]
/freebsd/contrib/unbound/doc/
H A DChangelog51 - Fix fast reload test to check if pid exists before acting on it.
148 - Fix compile of interface check code when dnscrypt or quic is
151 - Fix to check length in ATMA string to wire.
152 - Merge #1229: check before use daemon->shm_info.
237 - Fix SETEX check during Redis (re)initialization.
296 The feature needs to be enabled by compiling with libngtcp2,
373 - Fix for #1132, comment about adjusted copy of reference check.
460 uses CDflag for the AAAA target lookups, so the check correctly
531 - Don't check for message TTL changes if the RRsets remain the same.
537 - Fix for #1099: Fix to check fo
[all...]
/freebsd/contrib/xz/
H A DChangeLog29 Obviously this might make it harder to reach some other code path now.
92 Reviewed-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
124 Reviewed-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
143 Reviewed-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
155 Reviewed-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
307 Names of environment variables and some other strings must be present
309 changing some of the strings myself. In the "Robot mode" section,
352 than with some other files.
590 Define NetBSD and Darwin/macOS feature test macros. Autoconf defines
679 With some other strings it's not obvious when the untranslated string
[all …]
/freebsd/crypto/openssl/
H A DINSTALL.md195 On some platforms OpenSSL is preinstalled as part of the Operating System.
515 Disable automatic seeding. This is the default on some operating systems where
569 Feature options always come in pairs, an option to enable feature
574 Whether a feature is enabled or disabled by default, depends on the feature.
576 feature `xxxx` is disabled by default then `enable-xxxx` is documented and
577 if feature `xxxx` is enabled by default then `no-xxxx` is documented.
624 production use. On some platforms a small amount of assembler code may still
635 `atexit()` has varied semantics between platforms and can cause SIGSEGV in some
677 While testing, generate C++ buildtest files that simply check that the public
699 Build only some minimal set of features.
[all …]

123