configuration has no #defined options. So add a "" that will make the
initialiser for PL_bincompat_options syntactically correct in this
case.
p4raw-id: //depot/perl@31876
# ifdef USE_SOCKS
" USE_SOCKS"
# endif
- ;
+ "";
#else
EXTCONST char PL_bincompat_options[];
#endif