Mercurial > hg > early-roguelike
diff rogue3/mdport.c @ 88:07c4d4883ef2
rogue3: begin porting to autoconf.
Rogue V3 can now be built with './configure && make'. This is
preliminary: 'make install' does not work yet.
author | John "Elwin" Edwards |
---|---|
date | Sat, 24 Aug 2013 13:36:13 -0700 |
parents | e7dc901146f1 |
children | ba9930a7f99d |
line wrap: on
line diff
--- a/rogue3/mdport.c Tue Aug 13 09:19:56 2013 -0700 +++ b/rogue3/mdport.c Sat Aug 24 13:36:13 2013 -0700 @@ -61,10 +61,6 @@ #include <pwd.h> #endif -#if defined(HAVE_SYS_UTSNAME) -#include <sys/utsname.h> -#endif - #if defined(HAVE_ARPA_INET_H) #include <arpa/inet.h> /* Solaris 2.8 required this for htonl() and ntohl() */ #endif @@ -1568,7 +1564,7 @@ return(count); #else - return(1) + return(1); #endif }