Welcome to mirror list, hosted at ThFree Co, Russian Federation.

node_config.h.in « src - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 94b9b3cffd37d8b174f5d95f8a2db93636130788 (plain)
1
2
3
4
5
6
7
#ifndef NODE_CONFIG_H
#define NODE_CONFIG_H

#define NODE_CFLAGS "@CCFLAGS@ @CPPFLAGS@ -I@PREFIX@/include/node"
#define NODE_PREFIX "@PREFIX@"

#endif /* NODE_CONFIG_H */