summaryrefslogtreecommitdiff
path: root/acconfig.h
blob: 658ee9d5f84c58809598953a08590adf796b6c9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef CONFIG_H
#define CONFIG_H
@TOP@

/* Name of package.  */
#undef PACKAGE

/* Version of package.  */
#undef VERSION

/* Define if the compiler understands prototypes.  */
#undef PROTOTYPES
@BOTTOM@

#if defined(PROTOTYPES) || defined(__cplusplus)
# define PARAMS(p) p
#else
# define PARAMS(p) ()
#endif

#endif  /* CONFIG_H */