aboutsummaryrefslogtreecommitdiffstats
path: root/src/sympathy.h.head.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/sympathy.h.head.in')
-rw-r--r--src/sympathy.h.head.in55
1 files changed, 55 insertions, 0 deletions
diff --git a/src/sympathy.h.head.in b/src/sympathy.h.head.in
new file mode 100644
index 0000000..a703ce2
--- /dev/null
+++ b/src/sympathy.h.head.in
@@ -0,0 +1,55 @@
+/*
+ * sympathy.h.head.in:
+ *
+ * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+ * All rights reserved.
+ *
+ */
+
+/*
+ * $Id$
+ */
+
+/*
+ * $Log$
+ * Revision 1.1 2008/02/13 16:57:29 james
+ * *** empty log message ***
+ *
+ * Revision 1.1 2008/02/03 16:20:24 james
+ * *** empty log message ***
+ *
+ *
+ */
+
+/* MAKE ABSOLUTELY SURE THAT YOU ARE EDITING THE sympathy.h.in */
+/* FILE FROM WHICH THIS IS GENERATED - OTHERWISE YOUR EDITS */
+/* WILL BE LOST */
+
+#ifndef __SYMPATHY_H__
+#define __SYMPATHY_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include <stdio.h>
+
+/*the integer constants here are set by configure*/
+
+/*get uint32_t and friends defined */
+#if @G2_HAVE_STDINT_H@
+#include <stdint.h>
+#elif @G2_HAVE_SYS_INT_TYPES_H@
+#include <sys/int_types.h>
+#endif
+#if @G2_HAVE_UNISTD_H@
+#include <unistd.h>
+#endif
+
+/* If the following is <> then configure failed to find where */
+/* struct tm was defined - report it as a bug */
+
+/*get struct tm defined*/
+#include <@G2_TM_H@>
+
+