diff options
author | dale_mellor <dale_mellor> | 2004-01-22 13:54:21 +0000 |
---|---|---|
committer | dale_mellor <dale_mellor> | 2004-01-22 13:54:21 +0000 |
commit | 627e81918e50e7806aace870d1529adf5d75a15d (patch) | |
tree | 379d46f025c297f9ab392d1663d85fd84227ef92 /config.scm.in | |
parent | eb50865add48ceccfa38bf4165351dd0418df41f (diff) | |
download | mcron-627e81918e50e7806aace870d1529adf5d75a15d.tar.gz mcron-627e81918e50e7806aace870d1529adf5d75a15d.tar.bz2 mcron-627e81918e50e7806aace870d1529adf5d75a15d.zip |
This is the version 1.0.0 release (many changes have occurred without commiting due to disruption to Savannah, including a skip over the 0.99.4 release).1.0.0
Diffstat (limited to 'config.scm.in')
-rw-r--r-- | config.scm.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.scm.in b/config.scm.in index 6bd71cb..2ccbd49 100644 --- a/config.scm.in +++ b/config.scm.in @@ -26,3 +26,10 @@ (define-public config-package-string "@PACKAGE_STRING@") (define-public config-package-bugreport "@PACKAGE_BUGREPORT@") (define-public config-sendmail "@SENDMAIL@") + +(define-public config-spool-dir "@CONFIG_SPOOL_DIR@") +(define-public config-socket-file "@CONFIG_SOCKET_FILE@") +(define-public config-allow-file "@CONFIG_ALLOW_FILE@") +(define-public config-deny-file "@CONFIG_DENY_FILE@") +(define-public config-pid-file "@CONFIG_PID_FILE@") +(define-public config-tmp-dir "@CONFIG_TMP_DIR@") |