// Copyright 2009 Ryan Dahl #ifndef SRC_CONSTANTS_H_ #define SRC_CONSTANTS_H_ #include #include namespace node { void DefineConstants(v8::Handle target); } // namespace node #endif // SRC_CONSTANTS_H_