aboutsummaryrefslogtreecommitdiff
path: root/samples/man/config.h.cmake
blob: 86c1beafccaf158777082cf627c37ab4397c52f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef CONFIG_H
#define CONFIG_H

#cmakedefine HAVE_UNISTD_H
#cmakedefine HAVE_STRING_H

#cmakedefine HAVE_BLAH_H 1
#cmakedefine HAVE_UNISTD_H 1


#endif