Home
last modified time | relevance | path

Searched +full:configure +full:- +full:cares (Results 1 – 25 of 82) sorted by relevance

1234

/external/curl/.circleci/
Dconfig.yml21 # SPDX-License-Identifier: curl
27 …ersion of CircleCI pipeline process engine. See: https://circleci.com/docs/configuration-reference/
31 install-cares:
33 - run:
35 sudo apt-get update && sudo apt-get install -y libc-ares-dev
37 install-libssh:
39 - run:
41 sudo apt-get update && sudo apt-get install -y libssh-dev
43 install-deps:
45 - run:
[all …]
/external/curl/.github/workflows/
Dlinux-old.yml3 # SPDX-License-Identifier: curl
12 # stretch has ELTS support from Freexian until 2027-06-30
13 # For ELTS info see https://www.freexian.com/lts/extended/docs/how-to-use-extended-lts/
14 # The Debian key will expire 2025-05-20, after which package signature
24 - master
25 - '*/ci'
26 paths-ignore:
27 - '**/*.md'
28 - '.circleci/**'
29 - 'appveyor.*'
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/
DINSTALL.md1 ** This file is adapted from libcurl and not yet fully rewritten for c-ares! **
15 Lots of people download binary distributions of c-ares. This document
16 does not describe how to install c-ares using such a binary package.
17 This document describes how to compile, build and install c-ares from
24 release tarball, see the [GIT-INFO](GIT-INFO) file in the root directory
40 ./configure
47 [GIT-INFO](GIT_INFO) on how to proceed.
49 Get a full listing of all available configure options by invoking it like:
51 ./configure --help
53 If you want to install c-ares in a different file hierarchy than /usr/local,
[all …]
DRELEASE-PROCEDURE.md1 c-ares release procedure - how to do a release
5 -----------------------
7 - edit `RELEASE-NOTES` to be accurate
9 - edit `configure.ac`'s `CARES_VERSION_INFO`, and `CMakeLists.txt`'s
13 - make sure all relevant changes are committed on the master branch
15 - tag the git repo in this style: `git tag -a cares-1_14_0` -a annotates the
18 - run "./maketgz 1.14.0" to build the release tarball. It is important that
23 - push the git commits and the new tag
25 - gpg sign the tarball
27 - upload the resulting files to https://c-ares.org/download/
[all …]
Dconfigure.ac3 AC_INIT([c-ares], [1.19.1],
4 [c-ares mailing list: http://lists.haxx.se/listinfo/c-ares])
8 dnl passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
53 dnl SED is mandatory for configure process and libtool.
57 if test -z "$SED" || test "$SED" = "not_found"; then
62 dnl GREP is mandatory for configure process and libtool.
66 if test -z "$GREP" || test "$GREP" = "not_found"; then
71 dnl EGREP is mandatory for configure process and libtool.
73 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then
75 EGREP="$GREP -E"
[all …]
/external/grpc-grpc/src/c-ares/
Dgen_build_yaml.py9 # http://www.apache.org/licenses/LICENSE-2.0
29 subprocess.call("third_party/cares/cares/buildconf", shell=True)
30 subprocess.call("third_party/cares/cares/configure", shell=True)
34 return "src/cares/cares/config_darwin/ares_config.h"
36 return "src/cares/cares/config_freebsd/ares_config.h"
38 return "src/cares/cares/config_linux/ares_config.h"
40 return "src/cares/cares/config_openbsd/ares_config.h"
41 if not os.path.isfile("third_party/cares/cares/ares_config.h"):
43 return "third_party/cares/cares/ares_config.h"
46 if os.path.isfile("src/cares/cares/ares_build.h"):
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/c-ares/
Dgen_build_yaml.py9 # http://www.apache.org/licenses/LICENSE-2.0
29 subprocess.call("third_party/cares/cares/buildconf", shell=True)
30 subprocess.call("third_party/cares/cares/configure", shell=True)
34 return 'src/cares/cares/config_darwin/ares_config.h'
36 return 'src/cares/cares/config_freebsd/ares_config.h'
38 return 'src/cares/cares/config_linux/ares_config.h'
40 return 'src/cares/cares/config_openbsd/ares_config.h'
41 if not os.path.isfile('third_party/cares/cares/ares_config.h'):
43 return 'third_party/cares/cares/ares_config.h'
46 if os.path.isfile('src/cares/cares/ares_build.h'):
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/include/
Dares_build.h.in5 /* Copyright (C) 2009 - 2021 by Daniel Stenberg et al
19 /* NOTES FOR CONFIGURE CAPABLE SYSTEMS */
24 * -------
27 * c-ares library user nor by the c-ares library builder.
30 * or fixed in this file, then, report it on the c-ares development
31 * mailing list: http://lists.haxx.se/listinfo/c-ares/
33 * This header file shall only export symbols which are 'cares' or 'CARES'
37 * -------
42 * On systems capable of running the configure script, the configure process
62 /* EXTERNAL INTERFACE SETTINGS FOR CONFIGURE CAPABLE SYSTEMS ONLY */
[all …]
Dares_build.h.dist5 /* Copyright (C) 2009 - 2021 by Daniel Stenberg et al
19 /* NOTES FOR CONFIGURE CAPABLE SYSTEMS */
24 * -------
26 * See file ares_build.h.in, run configure, and forget that this file
27 * exists it is only used for non-configure systems.
28 * But you can keep reading if you want ;-)
33 /* NOTES FOR NON-CONFIGURE SYSTEMS */
38 * -------
41 * c-ares library user nor by the c-ares library builder.
44 * or fixed in this file, then, report it on the c-ares development
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/
Dares_build.h5 /* Copyright (C) 2009 - 2013 by Daniel Stenberg et al
19 /* NOTES FOR CONFIGURE CAPABLE SYSTEMS */
24 * -------
26 * See file ares_build.h.in, run configure, and forget that this file
27 * exists it is only used for non-configure systems.
28 * But you can keep reading if you want ;-)
33 /* NOTES FOR NON-CONFIGURE SYSTEMS */
38 * -------
41 * c-ares library user nor by the c-ares library builder.
44 * or fixed in this file, then, report it on the c-ares development
[all …]
/external/grpc-grpc/third_party/cares/
Dares_build.h5 /* Copyright (C) 2009 - 2013 by Daniel Stenberg et al
19 /* NOTES FOR CONFIGURE CAPABLE SYSTEMS */
24 * -------
26 * See file ares_build.h.in, run configure, and forget that this file
27 * exists it is only used for non-configure systems.
28 * But you can keep reading if you want ;-)
33 /* NOTES FOR NON-CONFIGURE SYSTEMS */
38 * -------
41 * c-ares library user nor by the c-ares library builder.
44 * or fixed in this file, then, report it on the c-ares development
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/
D.android-checksum.json1-checksum.json":"0e0e69ec4673f3d7916399b8bdede230f0db026f35ca125933be773264089dcb","Android.bp":"7…
D.cargo-checksum.json1-OF-CONDUCT.md":"4fcdab8c8ca45051e248fe4ce3dbd9ea9155cc8f406cf9ec9770b6e5818fbc45","grpc/CONCEPTS.…
/external/webrtc/test/fuzzers/
Drtp_packet_fuzzer.cc4 * Use of this source code is governed by a BSD-style license
26 "Insufficient bits read to configure all header extensions. Add "
36 size -= 4; in FuzzOneInput()
46 // peer so they know what to expect. This code only cares about in FuzzOneInput()
170 // Check that zero-ing mutable extensions wouldn't cause any problems. in FuzzOneInput()
/external/mtools/
Dmtools.spec9 Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
10 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14 Mtools is a collection of utilities to access MS-DOS disks from GNU
21 %setup -q
23 ./configure \
24 --prefix=%{buildroot}%{_prefix} \
25 --sysconfdir=/etc \
26 --infodir=%{buildroot}%{_infodir} \
27 --mandir=%{buildroot}%{_mandir} \
28 --enable-floppyd \
[all …]
/external/kernel-headers/original/uapi/rdma/hfi/
Dhfi1_user.h1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
9 * Copyright(c) 2015 - 2020 Intel Corporation.
28 * - Redistributions of source code must retain the above copyright
30 * - Redistributions in binary form must reproduce the above copyright
34 * - Neither the name of Intel Corporation nor the names of its
78 * cares, or it must abort after initialization reports the difference.
89 * These bit values are used to configure enabled/disabled HW and
100 #define HFI1_CAP_MULTI_PKT_EGR (1UL << 7) /* Enable multi-packet Egr buffs*/
178 * Device status and notifications from driver to user-space.
200 * bits 0-3 - version (currently unused)
[all …]
/external/pigweed/pw_watch/py/pw_watch/
Dcommon.py7 # https://www.apache.org/licenses/LICENSE-2.0
32 # TODO: b/182281481 - Fix file ignoring, rather than just suppressing logs
72 def git_ignored(file: Path) -> bool:
84 ['git', 'check-ignore', '--quiet', '--no-index', file],
101 def get_common_excludes(root: Path) -> Iterable[Path]:
106 '.environment', # Legacy bootstrap-created CIPD and Python venv.
107 '.presubmit', # Presubmit-created CIPD and Python venv.
111 'environment', # Bootstrap-created CIPD and Python venv.
121 # Ignore bazel-* directories
123 d for d in root.glob('bazel-*') if d.is_dir() and d.is_symlink()
[all …]
/external/grpc-grpc/third_party/cares/config_freebsd/
Dares_config.h1 /* ares_config.h. Generated from ares_config.h.in by configure. */
2 /* ares_config.h.in. Generated from configure.ac by autoheader. */
25 /* Use resolver library to configure cares */
173 /* Define to 1 if you have the `resolve' library (-lresolve). */
344 /* Define to the sub-directory where libtool stores uninstalled libraries. */
359 /* cpu-machine-OS */
360 #define OS "amd64-unknown-freebsd11.0"
363 #define PACKAGE "c-ares"
366 #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
369 #define PACKAGE_NAME "c-ares"
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/config_freebsd/
Dares_config.h1 /* ares_config.h. Generated from ares_config.h.in by configure. */
2 /* ares_config.h.in. Generated from configure.ac by autoheader. */
25 /* Use resolver library to configure cares */
173 /* Define to 1 if you have the `resolve' library (-lresolve). */
344 /* Define to the sub-directory where libtool stores uninstalled libraries. */
359 /* cpu-machine-OS */
360 #define OS "amd64-unknown-freebsd11.0"
363 #define PACKAGE "c-ares"
366 #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
369 #define PACKAGE_NAME "c-ares"
[all …]
/external/curl/docs/
DINSTALL-CMAKE.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
9 This document describes how to configure, build and install curl and libcurl
26 You can configure for in source tree builds or for a build tree
29 - Build in the source tree.
31 $ cmake -B .
33 - Build in a separate directory (parallel to the curl source tree in this
36 $ cmake -B ../curl-build
40 CMake before version 3.13 does not support the `-B` option. In that case,
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/config_openbsd/
Dares_config.h1 /* ares_config.h. Generated from ares_config.h.in by configure. */
2 /* ares_config.h.in. Generated from configure.ac by autoheader. */
25 /* Use resolver library to configure cares */
173 /* Define to 1 if you have the `resolve' library (-lresolve). */
344 /* Define to the sub-directory where libtool stores uninstalled libraries. */
359 /* cpu-machine-OS */
360 #define OS "x86_64-unknown-openbsd6.2"
363 #define PACKAGE "c-ares"
366 #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
369 #define PACKAGE_NAME "c-ares"
[all …]
/external/grpc-grpc/third_party/cares/config_openbsd/
Dares_config.h1 /* ares_config.h. Generated from ares_config.h.in by configure. */
2 /* ares_config.h.in. Generated from configure.ac by autoheader. */
25 /* Use resolver library to configure cares */
173 /* Define to 1 if you have the `resolve' library (-lresolve). */
344 /* Define to the sub-directory where libtool stores uninstalled libraries. */
359 /* cpu-machine-OS */
360 #define OS "x86_64-unknown-openbsd6.2"
363 #define PACKAGE "c-ares"
366 #define PACKAGE_BUGREPORT "c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares"
369 #define PACKAGE_NAME "c-ares"
[all …]
/external/mtools/debian/
Dchangelog5 * Add support to -i option to mcd
6 * Document -i in mtools.1
9 -- Alain Knaff <alain@knaff.lu> Sun, 26 Dec 2021 18:57:02 +0100
18 -- Alain Knaff <alain@knaff.lu> Sun, 21 Nov 2021 16:41:10 +0100
24 -- Alain Knaff <alain@knaff.lu> Fri, 6 Aug 2021 20:13:59 +0200
27 * Fix mcopy -s issue
29 -- Alain Knaff <alain@knaff.lu> Fri, 23 Jul 2021 12:41:11 +0200
34 * General simplification of configure script, and largefile handling
36 * In cases where lseek works with 32-bit offsets, prefer lseek64 over llseek
40 -- Alain Knaff <alain@knaff.lu> Sat, 17 Jul 2021 18:31:38 +0200
[all …]
/external/grpc-grpc/third_party/cares/config_linux/
Dares_config.h21 /* Use resolver library to configure cares */
166 /* Define to 1 if you have the `resolve' library (-lresolve). */
418 /* Define to disable non-blocking sockets. */
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/config_darwin/
Dares_config.h21 /* Use resolver library to configure cares */
168 /* Define to 1 if you have the `resolve' library (-lresolve). */
420 /* Define to disable non-blocking sockets. */

1234