summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/configure b/src/configure
index 4d3a930..bd00b18 100755
--- a/src/configure
+++ b/src/configure
@@ -195,9 +195,6 @@ if which git >/dev/null; then
fi
fi
-HOSTNAME=`hostname`
-DATE=`date +"%d.%m.%Y %H:%M:%S %Z"`
-
cat > config.h <<EOF
/*
* tcpproxy config header
@@ -210,8 +207,7 @@ cat > config.h <<EOF
#ifndef TCPPROXY_config_h_INCLUDED
#define TCPPROXY_config_h_INCLUDED
-#define VERSION_STRING_0 "tcpproxy version $VERSION"
-#define VERSION_STRING_1 "built on $HOSTNAME, $DATE"
+#define VERSION_STRING "tcpproxy version $VERSION"
#define TARGET "$TARGET"
#define PREFIX "$PREFIX"