Home
last modified time | relevance | path

Searched +full:libkeyutils +full:- +full:dev (Results 1 – 3 of 3) sorted by relevance

/src/crypto/krb5/.github/workflows/
H A Dbuild.yml10 runs-on: ${{ matrix.os }}
12 fail-fast: false
14 name: [linux-clang, linux-clang-openssl, linux-gcc]
16 - name: linux-clang
17 os: ubuntu-latest
19 makevars: CPPFLAGS=-Werror
20 configureopts: --enable-asan
21 - name: linux-clang-openssl
22 os: ubuntu-latest
24 makevars: CPPFLAGS=-Werror
[all …]
/src/crypto/krb5/src/
H A Dconfigure.ac37 ~(-1) == 0 && ~(-1L) == 0L &&
39 -(INT_MIN + 1) == INT_MAX && -(LONG_MIN + 1) == LONG_MAX &&
40 /* Check that unsigned-to-signed conversions preserve bit patterns */
97 # The following lines are so that configure --help gives some global
102 [ --enable-athena build with MIT Project Athena configuration],,)
104 # Begin autoconf tests for the Makefiles generated out of the top-level
118 LIBUTIL=-lutil
125 [AS_HELP_STRING([--disable-nls], [disable native language support])],
140 # Error out if --enable-nls was explicitly requested but can't be enabled.
142 if test "$nls_enabled" != yes -o "x$po" = x; then
[all …]
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <krb5-bugs@mit.edu>.
12 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
18 ## -------------------- ##
20 ## -------------------- ##
25 if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
29 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
31 alias -g '${1+"$@"}'='"$@"'
34 case `(set -o) 2>/dev/null` in #(
36 set -o posix ;; #(
[all …]