chiark / gitweb /
a703ce258f01b7eb47db36180040c94e6901a569
[sympathy.git] / src / sympathy.h.head.in
1 /*
2  * sympathy.h.head.in:
3  *
4  * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
5  * All rights reserved.
6  *
7  */
8
9 /*
10  * $Id$
11  */
12
13 /*
14  * $Log$
15  * Revision 1.1  2008/02/13 16:57:29  james
16  * *** empty log message ***
17  *
18  * Revision 1.1  2008/02/03 16:20:24  james
19  * *** empty log message ***
20  *
21  *
22  */
23
24 /* MAKE ABSOLUTELY SURE THAT YOU ARE EDITING THE sympathy.h.in */
25 /* FILE FROM WHICH THIS IS GENERATED - OTHERWISE YOUR EDITS */
26 /* WILL BE LOST */
27
28 #ifndef __SYMPATHY_H__
29 #define __SYMPATHY_H__
30
31 #ifdef __cplusplus
32 extern "C" { 
33 #endif
34
35 #include <stdio.h>
36
37 /*the integer constants here are set by configure*/
38
39 /*get uint32_t and friends defined */
40 #if @G2_HAVE_STDINT_H@
41 #include <stdint.h>
42 #elif @G2_HAVE_SYS_INT_TYPES_H@
43 #include <sys/int_types.h>
44 #endif
45 #if @G2_HAVE_UNISTD_H@
46 #include <unistd.h>
47 #endif
48
49 /* If the following is <> then configure failed to find where */
50 /* struct tm was defined - report it as a bug */
51
52 /*get struct tm defined*/
53 #include <@G2_TM_H@>
54
55