1*b39c5158Smillert# SysV IPC is an optional Cygwin package 2*b39c5158Smillert# 3*b39c5158Smillert# Starting with cygwin 1.5.7, cygipc is deprecated in favor of 4*b39c5158Smillert# cygserver (which requires no extra libs). 5*b39c5158Smillert# Uncomment if for some reason you need to get this to work with cygipc. 6*b39c5158Smillert#$self->{LIBS} = ['-lcygipc'] 7