Hi,
There is no option for that.
However, the waitlist button is just a link.
So if you want to add it to the listings, you can add such code:
<a class="<?php echo $css_button; ?>" rel="nofollow" href="<?php echo hikashop_completeLink('product&task=waitlist&cid='.$this->row->product_id); ?>"><span><?php
echo JText::_('ADD_ME_WAITLIST');
?></span></a>for example in the file "listing_img_title" of the view "product" and you'll get the link. Then, you might want to check on the product_quantity to only display it when there is no stock.