mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
workaround for Solaris: NAME_MAX is not defined
This commit is contained in:
@ -28,6 +28,9 @@
|
||||
#include <sys/time.h>
|
||||
#include <signal.h>
|
||||
#include <limits.h>
|
||||
#if !defined NAME_MAX
|
||||
#define NAME_MAX _XOPEN_NAME_MAX
|
||||
#endif
|
||||
|
||||
#include "cmplog.h"
|
||||
|
||||
|
Reference in New Issue
Block a user