File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / shconfig.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Feb 17 15:09:30 2012 UTC (12 years, 5 months ago) by misho
Branches: rsync, MAIN
CVS tags: rsync3_0_9p0, RSYNC3_0_9, HEAD
rsync

    1: #! /bin/sh
    2: 
    3: # config.sh.in 
    4: 
    5: # This file is processed by config.status to produce config.status,
    6: # containing autoconf-determined values needed by the test scripts.
    7: 
    8: ECHO_T="@ECHO_T@"
    9: ECHO_N="@ECHO_N@"
   10: ECHO_C="@ECHO_C@"
   11: 
   12: export ECHO_T ECHO_N ECHO_C

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>