Compare commits

..

No commits in common. "fix-socket-path" and "bleeding" have entirely different histories.

View file

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