]> git.deb.at Git - pkg/abook.git/blobdiff - config.h.in
autoconf/automake update
[pkg/abook.git] / config.h.in
index 1ebd53f8406414089fe3b07d3bafd9e8de4d7c39..68fa99e98ffacba3ac98ab370bb6d23004862e08 100644 (file)
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
-/* Define if compiler has function prototypes */
+/* Define to 1 if the C compiler supports function prototypes. */
 #undef PROTOTYPES
 
 /* Define to 1 if you have the ANSI C header files. */
 /* Version number of package */
 #undef VERSION
 
-/* Define as `__inline' if that's what the C compiler calls it, or to nothing
-   if it is not supported. */
+/* Define like PROTOTYPES; this can be used by system headers. */
+#undef __PROTOTYPES
+
+/* Define to `__inline__' or `__inline' if that's what the C compiler
+   calls it, or to nothing if 'inline' is not supported under any name.  */
+#ifndef __cplusplus
 #undef inline
+#endif