Allow undefined PACKAGE_STRING

This commit is contained in:
Adrien Gallouët
2017-03-07 10:24:13 +00:00
parent 3c2481dc33
commit eb5c6853c1

View File

@@ -24,6 +24,10 @@
#define O_CLOEXEC 0
#endif
#ifndef PACKAGE_STRING
#define PACKAGE_STRING "unknown"
#endif
#define GT_MTU(X) ((X)-28)
static struct {