[libgdamm] Clean up libgdammconfig.h.in template
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libgdamm] Clean up libgdammconfig.h.in template
- Date: Thu, 20 Aug 2009 14:58:37 +0000 (UTC)
commit c5598941b39cef9dd2f24939de19a0b68e8413e1
Author: Daniel Elstner <danielk openismus com>
Date: Thu Aug 20 16:56:45 2009 +0200
Clean up libgdammconfig.h.in template
* libgda/libgdammconfig.h.in: Copy #undef statements including
comments from the generated build/config.h header file.
ChangeLog | 7 +++++++
libgda/libgdammconfig.h.in | 14 ++++++++------
2 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8bafdad..0c31c0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-08-20 Daniel Elstner <danielk openismus com>
+ Clean up libgdammconfig.h.in template
+
+ * libgda/libgdammconfig.h.in: Copy #undef statements including
+ comments from the generated build/config.h header file.
+
+2009-08-20 Daniel Elstner <danielk openismus com>
+
Make libgda-bdb conditional compilation work
* configure.ac (HAVE_LIBGDA_BDB): Rename preprocessor define from
diff --git a/libgda/libgdammconfig.h.in b/libgda/libgdammconfig.h.in
index ff50bf5..4d2aa8b 100644
--- a/libgda/libgdammconfig.h.in
+++ b/libgda/libgdammconfig.h.in
@@ -1,13 +1,15 @@
#ifndef _LIBGDAMM_CONFIG_H
-#define _LIBGDAMM_CONFIG_H 1
+#define _LIBGDAMM_CONFIG_H
-#include "glibmmconfig.h"
+#include <glibmmconfig.h>
-/* version numbers */
+/* Major version number of libgdamm. */
#undef LIBGDAMM_MAJOR_VERSION
-#undef LIBGDAMM_MINOR_VERSION
+
+/* Micro version number of libgdamm. */
#undef LIBGDAMM_MICRO_VERSION
-#undef LIBGDAMM_VERSION
-#endif /* _LIBGDAMM_CONFIG_H */
+/* Minor version number of libgdamm. */
+#undef LIBGDAMM_MINOR_VERSION
+#endif /* !_LIBGDAMM_CONFIG_H */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]