diff -ru -X /home/jjm/cvs/no.freeciv.maint FreecivCVS/config.h.in freeciv/config.h.in --- FreecivCVS/config.h.in Thu Aug 10 16:25:50 2000 +++ freeciv/config.h.in Fri Jan 5 17:25:42 2001 @@ -135,6 +135,9 @@ /* Define if you have the gettimeofday function. */ #undef HAVE_GETTIMEOFDAY +/* Define if you have the inet_aton function. */ +#undef HAVE_INET_ATON + /* Define if you have the munmap function. */ #undef HAVE_MUNMAP diff -ru -X /home/jjm/cvs/no.freeciv.maint FreecivCVS/configure freeciv/configure --- FreecivCVS/configure Fri Nov 10 21:58:33 2000 +++ freeciv/configure Fri Jan 5 17:26:18 2001 @@ -6842,7 +6842,7 @@ fi -for ac_func in fdopen gethostname getpwuid gettimeofday select \ +for ac_func in fdopen gethostname getpwuid gettimeofday inet_aton select \ snooze strerror strcasecmp strncasecmp strlcat \ strlcpy strstr usleep vsnprintf do diff -ru -X /home/jjm/cvs/no.freeciv.maint FreecivCVS/configure.in freeciv/configure.in --- FreecivCVS/configure.in Fri Nov 10 21:58:34 2000 +++ freeciv/configure.in Fri Jan 5 17:25:24 2001 @@ -440,7 +440,7 @@ AC_TYPE_SIGNAL AC_FUNC_STRCOLL AC_FUNC_VPRINTF -AC_CHECK_FUNCS(fdopen gethostname getpwuid gettimeofday select \ +AC_CHECK_FUNCS(fdopen gethostname getpwuid gettimeofday inet_aton select \ snooze strerror strcasecmp strncasecmp strlcat \ strlcpy strstr usleep vsnprintf)