diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2016-12-17 21:28:53 -0800 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2016-12-17 21:28:53 -0800 |
commit | 54df2afaa61c6a03cbb4a33c9b90fa572b6d07b8 (patch) | |
tree | 18147b92b969d25ffbe61935fb63035cac820dd0 /db-4.8.30/dist/vx_setup/CONFIG.in |
Berkeley DB 4.8 with rust build script for linux.
Diffstat (limited to 'db-4.8.30/dist/vx_setup/CONFIG.in')
-rw-r--r-- | db-4.8.30/dist/vx_setup/CONFIG.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/db-4.8.30/dist/vx_setup/CONFIG.in b/db-4.8.30/dist/vx_setup/CONFIG.in new file mode 100644 index 0000000..1fccd1d --- /dev/null +++ b/db-4.8.30/dist/vx_setup/CONFIG.in @@ -0,0 +1,10 @@ +# +# Install configuration file. +# +# Note: This file may be modified during the pool manufacturing process to +# add additional configuration statements. This file is sourced by +# INSTW32.TCL. +# + +cdromDescSet "Berkeley DB @DB_VERSION_MAJOR@.@DB_VERSION_MINOR@.@DB_VERSION_PATCH@" + |