summaryrefslogtreecommitdiffstats
path: root/config-win32.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-04-22 08:21:16 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-04-22 08:21:16 +0000
commit1568d7f42886fe3f5f8ea79110791cdd8e0786df (patch)
treefd76610f02817c91b3f92774e7fa08480b846168 /config-win32.h
parentce3515838b184056231a5d871465709ec84de28e (diff)
downloadopenvpn-1568d7f42886fe3f5f8ea79110791cdd8e0786df.tar.gz
openvpn-1568d7f42886fe3f5f8ea79110791cdd8e0786df.tar.xz
openvpn-1568d7f42886fe3f5f8ea79110791cdd8e0786df.zip
Version is now specified in version.m4 for both
unix and windows versions. Reworked the Windows build scripting system, with settings (other than version #) specified in settings.in. Moved the native scripting grammar as defined by trans.pl away from NSIS and to something more generic. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1867 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'config-win32.h')
-rw-r--r--config-win32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-win32.h b/config-win32.h
index 2457318..6d313a7 100644
--- a/config-win32.h
+++ b/config-win32.h
@@ -35,7 +35,7 @@
#include <windows.h>
#include <winsock2.h>
-#include "autodefs/nsidefs.h"
+#include "autodefs/defs.h"
#define sleep(x) Sleep((x)*1000)
@@ -228,7 +228,7 @@ typedef unsigned long in_addr_t;
#define PACKAGE_TARNAME "openvpn"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "PRODUCT_VERSION"
+#define PACKAGE_VERSION PRODUCT_VERSION
/* Define to the full name and version of this package. */
#ifdef DEBUG_LABEL