/* * 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@>