summaryrefslogtreecommitdiff
path: root/support/envvars-std.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-12-15 13:56:36 +0000
committerJeff Trawick <trawick@apache.org>2001-12-15 13:56:36 +0000
commit7dc8e9bfabb8ab5f67aadf91a615099eba22d503 (patch)
tree8c654e9867576b9758ade893e5691b56171eb153 /support/envvars-std.in
parent0bb8e72743aee0f943154f0d258157a7caff2015 (diff)
downloadhttpd-7dc8e9bfabb8ab5f67aadf91a615099eba22d503.tar.gz
Move any load library path environment variables out of
apachectl and into a separate environment variable file which can be more easily tailored by the admin. The environment variable file as built by Apache may have additional system- specific settings. For example, on OS/390 we tailor the heap settings to allow lots of threads. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92490 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/envvars-std.in')
-rw-r--r--support/envvars-std.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/support/envvars-std.in b/support/envvars-std.in
new file mode 100644
index 0000000000..37a8606278
--- /dev/null
+++ b/support/envvars-std.in
@@ -0,0 +1,10 @@
+# envvars-std - default environment variables for apachectl
+#
+# This file is generated from envvars-std.in
+#
+# the following lines are automatically uncommented for
+# binary builds
+#binbuild @SHLIBPATH_VAR@='@prefix@/lib/:$@SHLIBPATH_VAR@'
+#binbuild export @SHLIBPATH_VAR@
+#
+@OS_SPECIFIC_VARS@