diff options
author | Paul Querna <pquerna@apache.org> | 2010-07-13 23:42:23 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-07-14 10:31:20 -0700 |
commit | 208290b524ced660e12f3b6794842ae1a460971b (patch) | |
tree | 2d01c14a93b1d946229011855a95b7cfb97af9d9 /src/node_extensions.h | |
parent | e5bb8abc9d3084b8d0ffaaaf06cbfc4ea5138431 (diff) | |
download | node-208290b524ced660e12f3b6794842ae1a460971b.tar.gz |
Move cares to extension model
Diffstat (limited to 'src/node_extensions.h')
-rw-r--r-- | src/node_extensions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_extensions.h b/src/node_extensions.h index 294dc3a4a..504657961 100644 --- a/src/node_extensions.h +++ b/src/node_extensions.h @@ -1,5 +1,6 @@ NODE_EXT_LIST_START +NODE_EXT_LIST_ITEM(node_cares) #ifdef HAVE_OPENSSL NODE_EXT_LIST_ITEM(node_crypto) #endif |