mirror of
				https://github.com/kkos/oniguruma
				synced 2025-10-30 08:05:50 +08:00 
			
		
		
		
	add HAVE_TIME_H check
This commit is contained in:
		| @ -40,7 +40,9 @@ check_type_size(intptr_t SIZEOF_INTPTR_T) | ||||
| check_type_size(long SIZEOF_LONG) | ||||
| check_type_size("long long" SIZEOF_LONG_LONG) | ||||
| check_type_size("void*" SIZEOF_VOIDP) | ||||
| check_type_size(time_t SIZEOF_TIME_T) | ||||
| if(HAVE_TIME_H) | ||||
|   check_type_size(time_t SIZEOF_TIME_T) | ||||
| endif() | ||||
|  | ||||
| if(HAVE_ALLOCA_H) | ||||
|   check_symbol_exists(alloca "alloca.h" HAVE_ALLOCA) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 K.Kosako
					K.Kosako