signal.h is not included with all build options somehow, making this
a bit unreliable. also check for define existence for random platforms
which don't define this symbol
Details
Details
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
I really don't like this, but can't really come up with anything better. :(
Feels like there should be a HAVE_SIGNAL_H or something instead. In case someone manages to sneak a #define SIGPROF for arches that don't already have it into one of our headers later or something.
Comment Actions
For this specific case, the eina debug codepaths are all disabled on windows so there's no need to try running the tests there.