Browse CVS Repository
Diff of /freewnn/FreeWnn/configure.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 377 |
dnl AC_DEFINE(time_t, long, [Define missing time_t.]), |
dnl AC_DEFINE(time_t, long, [Define missing time_t.]), |
| 378 |
dnl [INCLUDES = time.h]) |
dnl [INCLUDES = time.h]) |
| 379 |
AC_CHECK_TYPES(socklen_t,, |
AC_CHECK_TYPES(socklen_t,, |
| 380 |
AC_DEFINE(socklen_t, int, [Define missing socklen_t.]), |
AC_DEFINE(socklen_t, int, [Define missing socklen_t.]), [ |
| 381 |
[#include <sys/socket.h>]) |
#if HAVE_SYS_TYPES_H |
| 382 |
|
# include <sys/types.h> |
| 383 |
|
#endif |
| 384 |
|
#include <sys/socket.h>]) |
| 385 |
|
|
| 386 |
dnl |
dnl |
| 387 |
dnl Checks for symbol |
dnl Checks for symbol |
|
|
Legend:
| Removed from v.1.38 |
|
| changed lines |
| |
Added in v.1.39 |
|
|
| |