Annotation of embedaddon/php/ext/mbstring/oniguruma/win32/config.h, revision 1.1
1.1 ! misho 1: #define STDC_HEADERS 1
! 2: #define HAVE_SYS_TYPES_H 1
! 3: #define HAVE_SYS_STAT_H 1
! 4: #define HAVE_STDLIB_H 1
! 5: #define HAVE_STRING_H 1
! 6: #define HAVE_MEMORY_H 1
! 7: #define HAVE_FLOAT_H 1
! 8: #define HAVE_OFF_T 1
! 9: #define SIZEOF_INT 4
! 10: #define SIZEOF_SHORT 2
! 11: #define SIZEOF_LONG 4
! 12: #define SIZEOF_LONG_LONG 0
! 13: #define SIZEOF___INT64 8
! 14: #define SIZEOF_OFF_T 4
! 15: #define SIZEOF_VOIDP 4
! 16: #define SIZEOF_FLOAT 4
! 17: #define SIZEOF_DOUBLE 8
! 18: #define HAVE_PROTOTYPES 1
! 19: #define TOKEN_PASTE(x,y) x##y
! 20: #define HAVE_STDARG_PROTOTYPES 1
! 21: #ifndef NORETURN
! 22: #if _MSC_VER > 1100
! 23: #define NORETURN(x) __declspec(noreturn) x
! 24: #else
! 25: #define NORETURN(x) x
! 26: #endif
! 27: #endif
! 28: #define HAVE_DECL_SYS_NERR 1
! 29: #define STDC_HEADERS 1
! 30: #define HAVE_STDLIB_H 1
! 31: #define HAVE_STRING_H 1
! 32: #define HAVE_LIMITS_H 1
! 33: #define HAVE_FCNTL_H 1
! 34: #define HAVE_SYS_UTIME_H 1
! 35: #define HAVE_MEMORY_H 1
! 36: #define uid_t int
! 37: #define gid_t int
! 38: #define HAVE_STRUCT_STAT_ST_RDEV 1
! 39: #define HAVE_ST_RDEV 1
! 40: #define GETGROUPS_T int
! 41: #define RETSIGTYPE void
! 42: #define HAVE_ALLOCA 1
! 43: #define HAVE_DUP2 1
! 44: #define HAVE_MEMCMP 1
! 45: #define HAVE_MEMMOVE 1
! 46: #define HAVE_MKDIR 1
! 47: #define HAVE_STRCASECMP 1
! 48: #define HAVE_STRNCASECMP 1
! 49: #define HAVE_STRERROR 1
! 50: #define HAVE_STRFTIME 1
! 51: #define HAVE_STRCHR 1
! 52: #define HAVE_STRSTR 1
! 53: #define HAVE_STRTOD 1
! 54: #define HAVE_STRTOL 1
! 55: #define HAVE_STRTOUL 1
! 56: #define HAVE_FLOCK 1
! 57: #define HAVE_VSNPRINTF 1
! 58: #define HAVE_FINITE 1
! 59: #define HAVE_FMOD 1
! 60: #define HAVE_FREXP 1
! 61: #define HAVE_HYPOT 1
! 62: #define HAVE_MODF 1
! 63: #define HAVE_WAITPID 1
! 64: #define HAVE_CHSIZE 1
! 65: #define HAVE_TIMES 1
! 66: #define HAVE__SETJMP 1
! 67: #define HAVE_TELLDIR 1
! 68: #define HAVE_SEEKDIR 1
! 69: #define HAVE_MKTIME 1
! 70: #define HAVE_COSH 1
! 71: #define HAVE_SINH 1
! 72: #define HAVE_TANH 1
! 73: #define HAVE_EXECVE 1
! 74: #define HAVE_TZNAME 1
! 75: #define HAVE_DAYLIGHT 1
! 76: #define SETPGRP_VOID 1
! 77: #define inline __inline
! 78: #define NEED_IO_SEEK_BETWEEN_RW 1
! 79: #define RSHIFT(x,y) ((x)>>(int)y)
! 80: #define FILE_COUNT _cnt
! 81: #define FILE_READPTR _ptr
! 82: #define DEFAULT_KCODE KCODE_NONE
! 83: #define DLEXT ".so"
! 84: #define DLEXT2 ".dll"
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>