~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-03-18 19:18:55 UTC
  • mto: (950.1.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 943.
  • Revision ID: mordred@inaugust.com-20090318191855-30mv0eskfel4giwx
Removed more unused macros/things we don't need to check because they are posix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
878
878
DRIZZLE_STACK_DIRECTION
879
879
# We want to skip alloca on irix unconditionally. It may work on some version..
880
880
DRIZZLE_FUNC_ALLOCA
881
 
# Do struct timespec have members tv_sec or ts_sec
882
 
DRIZZLE_TIMESPEC_TS
883
 
# Do we have the tzname variable
884
 
DRIZZLE_TZNAME
 
881
 
885
882
AC_CHECK_TYPES([sigset_t, off_t], [], [], [#include <sys/types.h>])
886
883
AC_CHECK_TYPES([uint, ulong])
887
884