lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | # This file is generated from configure.ac by Autoconf. DO NOT EDIT! |
| 2 | # Local configure fragment for sysdeps/nacl. |
| 3 | |
| 4 | nacl_probe_file=native_client/src/trusted/service_runtime/include/sys/errno.h |
| 5 | |
| 6 | # sysheaders is set by the --with-headers=... option to configure. |
| 7 | # For NaCl, we require that the option be given and point to the |
| 8 | # native_client/.. source tree directory. |
| 9 | test -n "$sysheaders" || { |
| 10 | as_fn_error $? "must supply --with-headers=DIR with native_client source tree" "$LINENO" 5 |
| 11 | } |
| 12 | test -r "$sysheaders/$nacl_probe_file" || { |
| 13 | as_fn_error $? "$sysheaders does not appear to be a native_client source tree" "$LINENO" 5 |
| 14 | } |
| 15 | |
| 16 | # nscd is extremely useless in the NaCl context. |
| 17 | build_nscd=no |
| 18 | use_nscd=no |