Add inet_pton and inet_ntop to the list of functions exported by Socket
[p5sagit/p5-mst-13.2.git] / ext / Sys-Hostname / Makefile.PL
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4     NAME                => 'Sys::Hostname',
5     VERSION_FROM        => 'Hostname.pm', 
6     XSPROTOARG          => '-noprototypes',
7 );