Develop and Download Open Source Software

Browse CVS Repository

Diff of /satellite/satellite4/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.10 by orrisroot, Mon Oct 24 15:46:39 2005 UTC revision 1.11 by orrisroot, Sun Oct 30 09:54:48 2005 UTC
# Line 96  AC_HEADER_TIME Line 96  AC_HEADER_TIME
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26