/* * sympathy.h.head.in: * * Copyright (c) 2008 James McKenzie , * All rights reserved. * */ /* * $Id: sympathy.h.head.in,v 1.4 2010/07/16 11:06:39 james Exp $ */ /* * $Log: sympathy.h.head.in,v $ * Revision 1.4 2010/07/16 11:06:39 james * add missing G2 * * Revision 1.3 2008/03/07 14:13:40 james * *** empty log message *** * * Revision 1.2 2008/02/13 18:05:06 james * *** empty log message *** * * 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 #include /* the integer constants here are set by configure */ /* get uint32_t and friends defined */ #if @G2_HAVE_STDINT_H@ #include #elif @G2_HAVE_SYS_INT_TYPES_H@ #include #endif #if @G2_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 <@G2_TM_H@> #if @G2_TM_IN_SYS_TIME@ #include #if @G2_TIME_WITH_SYS_TIME@ #include #endif #else #if @G2_TIME_WITH_SYS_TIME@ #include #endif #include #endif #if @G2_HAVE_MALLOC_H@ #include #endif #if @G2_HAVE_UNISTD_H@ #include #endif #if @G2_HAVE_STDINT_H@ #include #elif @G2_HAVE_SYS_INT_TYPES_H@ #include #endif #include #include