Imported Upstream version 0.14.0
[platform/upstream/check.git] / cmake / check_stdint.h.in
1 /*-*- mode:C; -*- */
2 /*
3  * Check: a unit test framework for C
4  *
5  * Copyright (C) 2013 Branden Archer
6  * Copyright (C) 2019 Mikko Johannes Koivunalho
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the
20  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21  * Boston, MA 02111-1307, USA.
22  */
23
24 #ifndef _CHECK_CHECK_STDINT_H
25 #define _CHECK_CHECK_STDINT_H 1
26 #ifndef _GENERATED_STDINT_H
27 #define _GENERATED_STDINT_H "@PROJECT_NAME@ @PROJECT_VERSION@"
28 /* generated using CMake @CMAKE_VERSION@ from file cmake/check_stdint.h.in */
29
30 /* Imported CMake variables created during build. */
31 #cmakedefine HAVE_STDINT_H 1
32
33 #ifdef HAVE_STDINT_H
34 #define _STDINT_HAVE_STDINT_H 1
35 #include <stdint.h>
36 #undef HAVE_STDINT_H
37 #endif /* defined HAVE_STDINT_H */
38
39 /* Define only once */
40 #endif /* _GENERATED_STDINT_H */
41 #endif /* _CHECK_CHECK_STDINT_H */