summaryrefslogtreecommitdiffstats
path: root/win32.h
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-02-29 22:11:56 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-22 22:07:07 +0100
commit51bd56f46f55177cf0f8b7811b35a009e150d55e (patch)
tree1a5a94057b01d0dd22c9715123e8d6bf0b988052 /win32.h
parent0dbd45db7d76fdff9fbaa64d147c2d2278492efc (diff)
downloadopenvpn-51bd56f46f55177cf0f8b7811b35a009e150d55e.tar.gz
openvpn-51bd56f46f55177cf0f8b7811b35a009e150d55e.tar.xz
openvpn-51bd56f46f55177cf0f8b7811b35a009e150d55e.zip
build: autotools: first pass of trivial autotools changes
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Adriaan de Jong <dejong@fox-it.com> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'win32.h')
-rw-r--r--win32.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/win32.h b/win32.h
index 2492e35..09f897a 100644
--- a/win32.h
+++ b/win32.h
@@ -51,17 +51,6 @@ void uninit_win32 (void);
void set_pause_exit_win32 (void);
-/*
- * Use keyboard input or events
- * to simulate incoming signals
- */
-
-#define SIGUSR1 1
-#define SIGUSR2 2
-#define SIGHUP 3
-#define SIGTERM 4
-#define SIGINT 5
-
struct security_attributes
{
SECURITY_ATTRIBUTES sa;