dragon512 commented on code in PR #10782:
URL: https://github.com/apache/trafficserver/pull/10782#discussion_r1394384625


##########
include/tscore/ink_platform.h:
##########
@@ -122,7 +122,7 @@ struct ifafilt;
 #ifdef HAVE_VALUES_H
 #include <values.h>
 #endif
-#ifdef HAVE_ALLOCA_H
+#if __has_include(<alloca.h>)

Review Comment:
   So the question is ... does this code compile if there is no alloca.h? If 
not there is no point in testing for the header at all.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to