8db8c5589d
There was previously support for both build systems, but ndhc is undemanding and there is no point in maintaining a complex CMake build.
9 lines
128 B
C
9 lines
128 B
C
#ifndef NDHC_DEFINES_H_
|
|
#define NDHC_DEFINES_H_
|
|
|
|
#define NDHC_VERSION "2.0"
|
|
#define MAX_BUF 1024
|
|
|
|
#endif /* NDHC_DEFINES_H_ */
|
|
|