aboutsummaryrefslogtreecommitdiffstats
path: root/src/jwg-head.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/jwg-head.h.in')
-rw-r--r--src/jwg-head.h.in50
1 files changed, 50 insertions, 0 deletions
diff --git a/src/jwg-head.h.in b/src/jwg-head.h.in
new file mode 100644
index 0000000..117526d
--- /dev/null
+++ b/src/jwg-head.h.in
@@ -0,0 +1,50 @@
+/*
+ * jwg.h.in:
+ *
+ * Copyright (c) 2009 James McKenzie <20@madingley.org>,
+ * All rights reserved.
+ *
+ */
+
+/*
+ * $Id$
+ */
+
+/*
+ * $Log$
+ * Revision 1.1 2009/02/08 16:25:32 root
+ * *** empty log message ***
+ *
+ *
+ */
+
+/* MAKE ABSOLUTELY SURE THAT YOU ARE EDITING THE jwg-head.h.in */
+/* FILE FROM WHICH THIS IS GENERATED - OTHERWISE YOUR EDITS */
+/* WILL BE LOST */
+
+#ifndef __JWG_H__
+#define __JWG_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include <stdio.h>
+
+/*the integer constants here are set by configure*/
+
+/*get uint32_t and friends defined */
+#if @I2_HAVE_STDINT_H@
+#include <stdint.h>
+#elif @I2_HAVE_SYS_INT_TYPES_H@
+#include <sys/int_types.h>
+#endif
+#if @I2_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 <@I2_TM_H@>