blob: 4e4e8a254b191e4fa1a4f459d5b79a9722639c65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#################################################
#
# (C) 2010 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
check_include_file( inttypes.h HAVE_INTTYPES_H )
check_include_file( strings.h HAVE_STRINGS_H )
|