Home
last modified time | relevance | path

Searched refs:PR_PROGRAM (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/diff/
Dutil.c185 #if HAVE_FORK && defined (PR_PROGRAM)
214 #ifdef PR_PROGRAM in begin_output()
238 execl (PR_PROGRAM, PR_PROGRAM, "-f", "-h", name, NULL); in begin_output()
239 pfatal_with_name (PR_PROGRAM); in begin_output()
249 char *command = xmalloc (4 * strlen (name) + strlen (PR_PROGRAM) + 10); in begin_output()
252 sprintf (command, "%s -f -h ", PR_PROGRAM); in begin_output()
302 #ifdef PR_PROGRAM in finish_output()
DChangeLog347 * Makefile.in: Don't define PR_PROGRAM - it's defined by configure.
366 * Makefile.in: Get PR_PROGRAM from autoconf instead of hard coding.
368 Also add a dependency for util.o on Makefile since PR_PROGRAM gets
620 * util.c (begin_output, finish_output): If PR_PROGRAM is not
/netbsd/src/external/gpl2/xcvs/include/
Dconfig.h901 #define PR_PROGRAM "/usr/bin/pr" macro
/netbsd/src/external/gpl2/xcvs/dist/
Dconfig.h.in888 #undef PR_PROGRAM
Dconfigure.in105 AC_DEFINE_UNQUOTED([PR_PROGRAM], ["$PR"], [Path to the pr utility]) definition
DChangeLog3837 * configure.in: Comment definition of PR_PROGRAM.
3844 * configure.in: Define PR_PROGRAM if `pr' has been found.