HomeSort by: relevance | last modified time | path
    Searched refs:XPM_PATH_GZIP (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libXpm/dist/
config.h.in 102 #undef XPM_PATH_GZIP
configure 676 XPM_PATH_GZIP
19589 case $XPM_PATH_GZIP in
19591 ac_cv_path_XPM_PATH_GZIP="$XPM_PATH_GZIP" # Let the user override the test with a path.
19616 XPM_PATH_GZIP=$ac_cv_path_XPM_PATH_GZIP
19617 if test -n "$XPM_PATH_GZIP"; then
19618 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $XPM_PATH_GZIP" >&5
19619 printf "%s\n" "$XPM_PATH_GZIP" >&6; }
19626 if test "x$XPM_PATH_GZIP" = "x"
19628 as_fn_error $? "gzip not found, set XPM_PATH_GZIP or use --disable-open-zfile" "$LINENO" 5
19631 printf "%s\n" "#define XPM_PATH_GZIP \"$XPM_PATH_GZIP\"" >>confdefs.
    [all...]
  /xsrc/external/mit/libXpm/dist/src/
RdFToI.c 252 mdata->stream.file = xpmPipeThrough(fd, XPM_PATH_GZIP, "-dqc", "r");
258 mdata->stream.file = xpmPipeThrough(fd, XPM_PATH_GZIP, "-dqc", "r");
WrFFrI.c 352 mdata->stream.file = xpmPipeThrough(fd, XPM_PATH_GZIP, "-q", "w");

Completed in 31 milliseconds