blob: 3f0baf731853c36695bdffa264e9cf763fe298a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<%= header 'c.hdr' %>
#ifndef _MAIN_
#define _MAIN_ 1
# ifdef __cplusplus
extern "C" {
# endif /* __cplusplus */
#define VERSION "version"
#define PACKAGE_NAME "package_name"
#ifdef HAVE_CONFIG_H
#include "config.h"
/*
#else
#error "no config.h"
*/
#endif
# ifdef __cplusplus
}
# endif /* __cplusplus */
# endif /* _MAIN_ */
|