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.18 by orrisroot, Mon Sep 4 13:51:18 2006 UTC revision 1.19 by orrisroot, Mon Sep 4 14:51:56 2006 UTC
# Line 128  typedef RETSIGTYPE (*sig_t) (); Line 128  typedef RETSIGTYPE (*sig_t) ();
128  #endif])  #endif])
129    
130  # Checks for library functions.  # Checks for library functions.
131  # libsl4 : endpwent getcwd memmove memset mkdir putenv rmdir setenv strstr  # libsl4 : endpwent getcwd memmove memset mkdir putenv rmdir setenv snprintf
132  #          vasprintf vsnprintf wvsprintf _vscprintf  #          strstr vasprintf vsnprintf wvsprintf _vscprintf
133  AC_FUNC_CLOSEDIR_VOID  AC_FUNC_CLOSEDIR_VOID
134  AC_FUNC_FORK  AC_FUNC_FORK
135  AC_PROG_GCC_TRADITIONAL  AC_PROG_GCC_TRADITIONAL
# Line 141  AC_FUNC_REALLOC Line 141  AC_FUNC_REALLOC
141  AC_FUNC_STAT  AC_FUNC_STAT
142  AC_FUNC_STRTOD  AC_FUNC_STRTOD
143  AC_FUNC_VPRINTF  AC_FUNC_VPRINTF
144  AC_CHECK_FUNCS([endpwent getcwd memmove memset mkdir putenv rmdir setenv strstr vasprintf vsnprintf wvsprintf _vscprintf \  AC_CHECK_FUNCS([endpwent getcwd memmove memset mkdir putenv rmdir setenv snprintf strstr vasprintf vsnprintf wvsprintf _vscprintf \
145                  floor ftime gethostname gettimeofday memmove memset munmap pow putenv setlocale sqrt strchr strdup strpbrk strrchr strstr strtol lrand48 \                  floor ftime gethostname gettimeofday munmap pow setlocale sqrt strchr strdup strpbrk strrchr strtol lrand48 \
146                  bzero strerror strncpy snprintf lockf flockf])                  bzero strerror strncpy lockf flockf])
147    
148  # replaced cflags and libs for pthread support  # replaced cflags and libs for pthread support
149  CFLAGS="$CFLAGS $PTHREAD_CFLAGS"  CFLAGS="$CFLAGS $PTHREAD_CFLAGS"

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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