Closed mcd500 closed 6 years ago
config.h
is a product of ./configure
, specific to the given system,
so it makes no sense to include it in dist
.
But on windows, rtptrans.c
does not need to include config.h
at all;
we know it does not even have sendmsg()
.
1>d:\users\public\dev\rtptools-1.23\rtptrans.c(46): fatal error C1083: Cannot open include file: 'config.h': No such file or directory