xtypes.h
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* If you need any special typedefs for function pointers &c to try
  2.    testing for in configure.in, define them here.  */
  3. /* According to ANSI, two struct types in the same module are not
  4.    compatible types.  So there's no way to define a type for
  5.    pthread_sigset_t that's compatible with sigset_t when they're
  6.    structure types, if we assume we can't pull in a __sigset_t or
  7.    something by itself from system header files.
  8.    Since that was my main reason for creating this file, there isn't
  9.    anything here now.  If after working on this code a bit longer we
  10.    don't find anything else to put here, this file should just go
  11.    away.  */