Allow undefined PACKAGE_STRING
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user