unscramble NOCRASHREPORT logic in config.h
This commit is contained in:
@@ -240,7 +240,7 @@
|
||||
#define GREPPATH "/bin/grep"
|
||||
#endif
|
||||
|
||||
#ifdef NOCRASHREPORT
|
||||
#ifndef NOCRASHREPORT
|
||||
# ifndef CRASHREPORT
|
||||
# ifdef MACOS
|
||||
# define CRASHREPORT "/usr/bin/open"
|
||||
@@ -255,6 +255,10 @@
|
||||
# define CRASHREPORT /* builtin helper */
|
||||
# endif
|
||||
# endif
|
||||
#else
|
||||
# ifdef CRASHREPORT
|
||||
# undef CRASHREPORT
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef CRASHREPORT
|
||||
|
||||
Reference in New Issue
Block a user