mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	configure.in: inttypes.h is an optional header file
This commit is contained in:
		| @@ -108,14 +108,14 @@ AC_HEADER_TIME | ||||
|  | ||||
| # Required header files | ||||
| AC_CHECK_HEADERS([ \ | ||||
| 	fcntl.h inttypes.h netdb.h netinet/in.h netinet/in_systm.h stdlib.h \ | ||||
| 	string.h strings.h sys/socket.h sys/time.h unistd.h \ | ||||
| 	fcntl.h netdb.h netinet/in.h netinet/in_systm.h stdlib.h string.h \ | ||||
| 	strings.h sys/socket.h sys/time.h unistd.h \ | ||||
| 	],,AC_MSG_ERROR([required C header missing!])) | ||||
|  | ||||
| # Optional header files | ||||
| AC_CHECK_HEADERS([ \ | ||||
| 	arpa/inet.h malloc.h netinet/ip.h stdbool.h stddef.h stdint.h \ | ||||
| 	varargs.h \ | ||||
| 	arpa/inet.h inttypes.h malloc.h netinet/ip.h stdbool.h stddef.h \ | ||||
| 	stdint.h varargs.h \ | ||||
| 	]) | ||||
|  | ||||
| # -- Datatypes -- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton