== nan.h == """ A header file filled with macro and utility goodness for making addon development for Node.js easier across versions 0.8, 0.10 and 0.11, and eventually 0.12. [...] """ On Debian system this header file (for now) gets installed into /usr/include/ so the header file nan.h gets indeed installed into the system's default include path. Upstream's README.md suggests to install the nan.h file into the nan Node.js module folder (/usr/lib/nodejs/nan/ on Debian systems) and hack the include path into binding.gyp files like this: """ "include_dirs" : [ ... ", 20130903