ndhc/ndhc-defines.h
Nicholas J. Kain 1732bccccc Relicense as MIT.
It's a lot more common than BSD 2-clause it is both compatible
and nearly identical in effect.
2022-02-06 20:05:29 -05:00

9 lines
106 B
C

#ifndef NDHC_DEFINES_H_
#define NDHC_DEFINES_H_
#define NDHC_VERSION "2.0"
#define MAX_BUF 1024
#endif