summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-08-27 02:15:11 +0200
committerRyan <ry@tinyclouds.org>2009-08-27 16:08:47 +0200
commitb73264d9b3321208b591e257ab997b5532271c9d (patch)
treeecdfd120248e95e3c816e375c81ed480ee42b724 /src/node.h
parent4d92199d18bf025c859c98cdda765e73ab6c8fd6 (diff)
downloadnode-b73264d9b3321208b591e257ab997b5532271c9d.tar.gz
Add command line arguments for accessing build flags.
node --cflags node --libs At the expense of some WAF nastiness.
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/node.h b/src/node.h
index 1dc473d5d..6701fa6f4 100644
--- a/src/node.h
+++ b/src/node.h
@@ -7,11 +7,10 @@
#include <evcom.h>
#include "object_wrap.h"
+#include "node_version.h"
namespace node {
-#define NODE_VERSION "0.1.7"
-
#define NODE_DEFINE_CONSTANT(target, constant) \
(target)->Set(v8::String::NewSymbol(#constant), \
v8::Integer::New(constant))