From 5d3e093d432a31fb8a8267cbf30f1ed892f49508 Mon Sep 17 00:00:00 2001 From: root <> Date: Sun, 8 Feb 2009 16:25:32 +0000 Subject: *** empty log message *** --- src/jwg-head.h.in | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 src/jwg-head.h.in (limited to 'src/jwg-head.h.in') 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 + +/*the integer constants here are set by configure*/ + +/*get uint32_t and friends defined */ +#if @I2_HAVE_STDINT_H@ +#include +#elif @I2_HAVE_SYS_INT_TYPES_H@ +#include +#endif +#if @I2_HAVE_UNISTD_H@ +#include +#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@> -- cgit v1.2.3