(linenum→info "unix/slp.c:2238")

glibc/2.7/nptl/configure

    1: # This is a shell script fragment sourced by the main configure script.
    2: # We're obliged to give here the canonical name that will be used to
    3: # as a subdirectory to search for in other add-ons' sysdeps trees.
    4: 
    5: libc_add_on_canonical=nptl
    6: 
    7: # Only linux configurations support NPTL.
    8: if test $add_ons_automatic = yes; then
    9:   case "$config_os" in
   10:   *linux*) ;;
   11:   *) libc_add_on= ;;
   12:   esac
   13: fi
Syntax (Markdown)