summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-08-26 13:37:44 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-08-26 13:37:44 +0300
commite64494ba2cba9322f9594f26bcc69cb3a2441105 (patch)
tree4f0907e6f1000755a3d2f87c86932b18f1293401 /configure
parentd3a6d7805f9f869f3a786080a9e0586b4844034f (diff)
downloadunit-e64494ba2cba9322f9594f26bcc69cb3a2441105.tar.gz
unit-e64494ba2cba9322f9594f26bcc69cb3a2441105.tar.bz2
Added configure option --pid=FILE.
A pid file name can be relative. The default pid file name is "nginext.pid".
Diffstat (limited to '')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 63ecce82..a53ff106 100755
--- a/configure
+++ b/configure
@@ -63,6 +63,7 @@ cat << END >> $NXT_AUTO_CONFIG_H
#define NXT_SYSTEM_VERSION "$NXT_SYSTEM $NXT_SYSTEM_VERSION $NXT_SYSTEM_PLATFORM"
#define NXT_COMPILER_VERSION "$NXT_CC_VERSION"
+#define NXT_PID "$NXT_PID"
#define NXT_LOG "$NXT_LOG"
END