chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / sympathy.h.in
1 /*
2  * sympathy.h.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/03 16:20:24  james
16  * *** empty log message ***
17  *
18  *
19  */
20
21 /* MAKE ABSOLUTELY SURE THAT YOU ARE EDITING THE sympathy.h.in */
22 /* FILE FROM WHICH THIS IS GENERATED - OTHERWISE YOUR EDITS */
23 /* WILL BE LOST */
24
25 #ifndef __SYMPATHY_H__
26 #define __SYMPATHY_H__
27
28 #ifdef __cplusplus
29 extern "C" { 
30 #endif
31
32 #include <stdio.h>
33
34 /*the integer constants here are set by configure*/
35
36 /*get uint32_t and friends defined */
37 #if @G2_HAVE_STDINT_H@
38 #include <stdint.h>
39 #elif @G2_HAVE_SYS_INT_TYPES_H@
40 #include <sys/int_types.h>
41 #endif
42 #if @G2_HAVE_UNISTD_H@
43 #include <unistd.h>
44 #endif
45
46 /* If the following is <> then configure failed to find where */
47 /* struct tm was defined - report it as a bug */
48
49 /*get struct tm defined*/
50 #include <@G2_TM_H@>
51
52 #ifdef __cplusplus
53 }
54 #endif
55
56 #endif /* __SYMPATHY_H__ */