Skip to content

"features.h" and <features.h> #10

@schneidersoft

Description

@schneidersoft

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..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions