mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-16 03:59:03 +00:00
d8cc8daef9
need...but most of it remains.
16 lines
360 B
Bash
Executable File
16 lines
360 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# config.sh.in
|
|
|
|
# This file is processed by config.status to produce config.status,
|
|
# containing autoconf-determined values needed by the test scripts.
|
|
|
|
ECHO_T="@ECHO_T@"
|
|
ECHO_N="@ECHO_N@"
|
|
ECHO_C="@ECHO_C@"
|
|
HOST_OS="@host_os@"
|
|
SHELL_PATH="@SHELL_PATH@"
|
|
FAKEROOT_PATH="@FAKEROOT_PATH@"
|
|
|
|
export ECHO_T ECHO_N ECHO_C HOST_OS SHELL_PATH FAKEROOT_PATH
|