summaryrefslogtreecommitdiff
path: root/win32/config.H
diff options
context:
space:
mode:
Diffstat (limited to 'win32/config.H')
-rw-r--r--win32/config.H13
1 files changed, 5 insertions, 8 deletions
diff --git a/win32/config.H b/win32/config.H
index 92768eee09..62fa2f18db 100644
--- a/win32/config.H
+++ b/win32/config.H
@@ -37,7 +37,12 @@
* This symbol holds the path of the bin directory where the package will
* be installed. Program must be prepared to deal with ~name substitution.
*/
+/* BIN_EXP:
+ * This symbol is the filename expanded version of the BIN symbol, for
+ * programs that do not want to deal with that at run-time.
+ */
#define BIN "/usr/local/bin" /**/
+#define BIN_EXP "/usr/local/bin" /**/
/* CAT2:
* This macro catenates 2 tokens together.
@@ -1259,14 +1264,6 @@
*/
#define RANDBITS 15 /**/
-/* SCRIPTDIR:
- * This symbol holds the name of the directory in which the user wants
- * to put publicly executable scripts for the package in question. It
- * is often a directory that is mounted across diverse architectures.
- * Programs must be prepared to deal with ~name expansion.
- */
-#define SCRIPTDIR "/usr/local/script" /**/
-
/* Select_fd_set_t:
* This symbol holds the type used for the 2nd, 3rd, and 4th
* arguments to select. Usually, this is 'fd_set *', if HAS_FD_SET