Add more features to feature list

This commit is contained in:
Jacob 2023-08-08 21:09:08 +02:00
parent bf43f41793
commit d957f35af0

View file

@ -594,6 +594,16 @@ void comp_opts(void) {
#else
fprintf(stdout, "xrdb: Unsupported\n");
#endif
#if REGEX
fprintf(stdout, "Regex: Supported\n");
#else
fprintf(stdout, "Regex: Unsupported\n");
#endif
#if FIFO
fprintf(stdout, "FIFO: Supported\n");
#else
fprintf(stdout, "FIFO: Unsupported\n");
#endif
}
void usage(int status) {