Compare commits

...

1 Commits

1 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,10 @@
# define PACKAGE "${PROJECT_NAME}"
# define VERSION "${PROJECT_VERSION}"
#define NN_SOCKET_PATH "/var/lib/"
#ifdef _WIN32
# define NN_SOCKET_PATH ""
#else
# define NN_SOCKET_PATH "/tmp/"
#endif
#endif /* !CONFIG_H_IN_ */