Update config.h.dist

This commit is contained in:
bptato
2021-02-10 20:33:14 +01:00
parent a3bd98c888
commit 767f2d6e65

View File

@@ -281,11 +281,13 @@ typedef void MySignalHandler;
#define DEV_TTY_PATH "/dev/tty" #define DEV_TTY_PATH "/dev/tty"
#define CGI_EXTENSION ".cgi" #define CGI_EXTENSION ".cgi"
#endif #endif
#define BROTLI_CMDNAME "brotli"
#define PATH_SEPARATOR ':' #define PATH_SEPARATOR ':'
#define GUNZIP_NAME "gunzip" #define GUNZIP_NAME "gunzip"
#define BUNZIP2_NAME "bunzip2" #define BUNZIP2_NAME "bunzip2"
#define INFLATE_NAME "inflate" #define INFLATE_NAME "inflate"
#define BROTLI_NAME "brotli"
#endif /* makefile_parameter */ #endif /* makefile_parameter */
#endif /* _CONFIGURED_ */ #endif /* _CONFIGURED_ */