chiark / gitweb /
*** empty log message ***
[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.2  2008/02/13 18:05:06  james
16  * *** empty log message ***
17  *
18  * Revision 1.1  2008/02/13 16:57:29  james
19  * *** empty log message ***
20  *
21  * Revision 1.1  2008/02/03 16:20:24  james
22  * *** empty log message ***
23  *
24  *
25  */
26
27 /* MAKE ABSOLUTELY SURE THAT YOU ARE EDITING THE sympathy.h.in */
28 /* FILE FROM WHICH THIS IS GENERATED - OTHERWISE YOUR EDITS */
29 /* WILL BE LOST */
30
31 #ifndef __SYMPATHY_H__
32 #define __SYMPATHY_H__
33
34 #ifdef __cplusplus
35 extern "C" { 
36 #endif
37
38 #include <stdio.h>
39 #include <stdlib.h>
40
41 /*the integer constants here are set by configure*/
42
43 /*get uint32_t and friends defined */
44 #if @G2_HAVE_STDINT_H@
45 #include <stdint.h>
46 #elif @G2_HAVE_SYS_INT_TYPES_H@
47 #include <sys/int_types.h>
48 #endif
49 #if @G2_HAVE_UNISTD_H@
50 #include <unistd.h>
51 #endif
52
53 /* If the following is <> then configure failed to find where */
54 /* struct tm was defined - report it as a bug */
55
56 /*get struct tm defined*/
57 #include <@G2_TM_H@>
58
59 #if @G2_TM_IN_SYS_TIME@
60 #include <sys/time.h>
61 #if @G2_TIME_WITH_SYS_TIME@
62 #include <time.h>
63 #endif
64 #else
65 #if @G2_TIME_WITH_SYS_TIME@
66 #include <sys/time.h>
67 #endif
68 #include <time.h>
69 #endif
70
71
72 #if @G2_HAVE_MALLOC_H@
73 #include <malloc.h>
74 #endif
75
76 #if @G2_HAVE_UNISTD_H@
77 #include <unistd.h>
78 #endif
79
80 #if @G2_HAVE_STDINT_H@
81 #include <stdint.h>
82 #elif @HAVE_SYS_INT_TYPES_H@
83 #include <sys/int_types.h>
84 #endif
85
86 #include <termio.h>
87 #include <termios.h>
88
89