~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

Replacing all bzero() calls with memset() calls and removing the bzero.c file.
Also removing check for bzero from the 'configure.ac' autoconf file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
958
958
  AC_MSG_ERROR("Drizzle requires fcntl.")
959
959
fi
960
960
 
961
 
AC_CHECK_FUNCS(bcmp bfill bmove bsearch bzero \
 
961
AC_CHECK_FUNCS(bcmp bfill bmove bsearch \
962
962
  cuserid fchmod \
963
963
  fdatasync finite fpresetsticky fpsetmask fsync ftruncate \
964
964
  getcwd getpass getpassphrase getpwnam \
965
965
  getpwuid getrlimit getrusage getwd index initgroups isnan \
966
966
  localtime_r gethrtime gmtime_r \
967
 
  locking longjmp lrand48 madvise mallinfo memcpy memmove \
 
967
  locking longjmp lrand48 madvise mallinfo \
 
968
  memset memcpy memmove \
968
969
  mkstemp mlockall perror poll pread pthread_attr_create mmap mmap64 getpagesize \
969
970
  pthread_attr_getstacksize pthread_attr_setprio pthread_attr_setschedparam \
970
971
  pthread_attr_setstacksize pthread_condattr_create pthread_getsequence_np \