Browse CVS Repository
Diff of /satellite/satellite4/configure.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 96 |
AC_STRUCT_TM |
AC_STRUCT_TM |
| 97 |
AC_TYPE_UID_T |
AC_TYPE_UID_T |
| 98 |
AC_CHECK_TYPE(time_t, long) |
AC_CHECK_TYPE(time_t, long) |
| 99 |
|
dnl sig_t is the type of a signal handler (4.4BSD) |
| 100 |
|
AC_CHECK_TYPES(sig_t, , , |
| 101 |
|
[#include <sys/types.h> |
| 102 |
|
#include <signal.h> ]) |
| 103 |
|
AH_BOTTOM( |
| 104 |
|
[#ifndef HAVE_SIG_T |
| 105 |
|
typedef RETSIGTYPE (*sig_t) (); |
| 106 |
|
#endif]) |
| 107 |
|
|
| 108 |
# Checks for library functions. |
# Checks for library functions. |
| 109 |
AC_FUNC_CLOSEDIR_VOID |
AC_FUNC_CLOSEDIR_VOID |
|
|
Legend:
| Removed from v.1.10 |
|
| changed lines |
| |
Added in v.1.11 |
|
|
|