dragon512 commented on code in PR #10785: URL: https://github.com/apache/trafficserver/pull/10785#discussion_r1396406126
########## include/tscore/ink_platform.h: ########## @@ -60,7 +60,7 @@ struct ifafilt; #include <net/if.h> -#ifdef HAVE_STDLIB_H +#if __has_include(<stdlib.h>) Review Comment: When would we ever not have stdlib.h ... it is a standard C header We should remove the check for this -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org