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.16 by orrisroot, Fri Aug 25 15:02:05 2006 UTC revision 1.17 by orrisroot, Fri Sep 1 08:53:16 2006 UTC
# Line 107  AC_CHECK_HEADERS([unistd.h direct.h sys/ Line 107  AC_CHECK_HEADERS([unistd.h direct.h sys/
107  AC_HEADER_STDBOOL  AC_HEADER_STDBOOL
108  AC_C_CONST  AC_C_CONST
109  AC_C_INLINE  AC_C_INLINE
110    AC_TYPE_MODE_T
111    AC_TYPE_OFF_T
112  AC_TYPE_PID_T  AC_TYPE_PID_T
113  AC_TYPE_SIZE_T  AC_TYPE_SIZE_T
114  AC_TYPE_OFF_T  AC_TYPE_SIGNAL
115    AC_TYPE_UID_T
116  AC_HEADER_TIME  AC_HEADER_TIME
117  AC_STRUCT_TM  AC_STRUCT_TM
 AC_TYPE_UID_T  
118  AC_CHECK_TYPE(ssize_t, int)  AC_CHECK_TYPE(ssize_t, int)
119  AC_CHECK_TYPE(time_t, long)  AC_CHECK_TYPE(time_t, long)
120  dnl sig_t is the type of a signal handler (4.4BSD)  dnl sig_t is the type of a signal handler (4.4BSD)
# Line 133  AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK Line 135  AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
135  AC_FUNC_MALLOC  AC_FUNC_MALLOC
136  AC_FUNC_MMAP  AC_FUNC_MMAP
137  AC_FUNC_REALLOC  AC_FUNC_REALLOC
 AC_TYPE_SIGNAL  
138  AC_FUNC_STAT  AC_FUNC_STAT
139  AC_FUNC_STRTOD  AC_FUNC_STRTOD
140  AC_FUNC_VPRINTF  AC_FUNC_VPRINTF
141  # libsl4 : mkdir, rmdir, getcwd, vasprintf, _vscprintf, vsnprintf, wvsprintf  # libsl4 : endpwent getcwd getenv mkdir rmdir setenv vasprintf vsnprintf
142  AC_CHECK_FUNCS([mkdir rmdir getcwd vasprintf _vscprintf vsnprintf wvsprintf \  #          wvsprintf _vscprintf
143                  endpwent floor ftime gethostname gettimeofday memmove memset munmap pow putenv setenv setlocale sqrt strchr strdup strpbrk strrchr strstr strtol lrand48 \  AC_CHECK_FUNCS([endpwent getcwd getenv mkdir rmdir setenv vasprintf vsnprintf wvsprintf _vscprintf \
144                    floor ftime gethostname gettimeofday memmove memset munmap pow putenv setlocale sqrt strchr strdup strpbrk strrchr strstr strtol lrand48 \
145                  bzero strerror strncpy snprintf lockf flockf])                  bzero strerror strncpy snprintf lockf flockf])
146    
147  # replaced cflags and libs for pthread support  # replaced cflags and libs for pthread support

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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