-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
The libc includes a features.h at /usr/include/ which is in the standard system include path. This means that under certain circumstances #include "features.h" in satch.c will not pull in the expected header. This has the effect of turning off most features silently. fi. when attempting to compile the the code directly rather than using ./configure and make.
consider renaming the header to satch_features.h to ensure that dependencies are clear and an error is thrown when include paths aren't just right..
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels