Skip to content

Commit

Permalink
Remove KAFKA. 3.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Oct 3, 2019
1 parent 306ed8d commit 0741b64
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions trunk/auto/auto_headers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ fi
echo "" >> $SRS_AUTO_HEADERS_H

# auto headers in depends.
if [ $SRS_KAFKA = YES ]; then
srs_define_macro "SRS_AUTO_KAFKA" $SRS_AUTO_HEADERS_H
else
srs_undefine_macro "SRS_AUTO_KAFKA" $SRS_AUTO_HEADERS_H
fi

if [ $SRS_NGINX = YES ]; then
srs_define_macro "SRS_AUTO_NGINX" $SRS_AUTO_HEADERS_H
else
Expand Down

1 comment on commit 0741b64

@winlinvip
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.