1 | /* config.h.in -- config.h configure input |
---|
2 | $Id: config.h.in,v 1.1.1.4 2003-01-05 00:33:19 ghudson Exp $ |
---|
3 | |
---|
4 | Copyright (C) 1999 John Harper <john@dcs.warwick.ac.uk> |
---|
5 | |
---|
6 | This file is part of sawmill. |
---|
7 | |
---|
8 | sawmill is free software; you can redistribute it and/or modify it |
---|
9 | under the terms of the GNU General Public License as published by |
---|
10 | the Free Software Foundation; either version 2, or (at your option) |
---|
11 | any later version. |
---|
12 | |
---|
13 | sawmill is distributed in the hope that it will be useful, but |
---|
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
16 | GNU General Public License for more details. |
---|
17 | |
---|
18 | You should have received a copy of the GNU General Public License |
---|
19 | along with sawmill; see the file COPYING. If not, write to |
---|
20 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
---|
21 | |
---|
22 | #ifndef SAWMILL_CONFIG_H |
---|
23 | #define SAWMILL_CONFIG_H |
---|
24 | |
---|
25 | /* Define if X11 is available */ |
---|
26 | #undef HAVE_X11 |
---|
27 | |
---|
28 | /* Define if using alloca.c. */ |
---|
29 | #undef C_ALLOCA |
---|
30 | |
---|
31 | /* Define to empty if the keyword does not work. */ |
---|
32 | #undef const |
---|
33 | |
---|
34 | /* Define as __inline if that's what the C compiler calls it. */ |
---|
35 | #undef inline |
---|
36 | |
---|
37 | /* Define if words are stored with the most significant byte first */ |
---|
38 | #undef WORDS_BIGENDIAN |
---|
39 | |
---|
40 | /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. |
---|
41 | This function is required for alloca.c support on those systems. */ |
---|
42 | #undef CRAY_STACKSEG_END |
---|
43 | |
---|
44 | /* Define if you have alloca, as a function or macro. */ |
---|
45 | #undef HAVE_ALLOCA |
---|
46 | |
---|
47 | /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ |
---|
48 | #undef HAVE_ALLOCA_H |
---|
49 | |
---|
50 | /* Define if you don't have vprintf but do have _doprnt. */ |
---|
51 | #undef HAVE_DOPRNT |
---|
52 | |
---|
53 | /* Define if you have the vprintf function. */ |
---|
54 | #undef HAVE_VPRINTF |
---|
55 | |
---|
56 | /* Define to `unsigned' if <sys/types.h> doesn't define. */ |
---|
57 | #undef size_t |
---|
58 | |
---|
59 | /* If using the C implementation of alloca, define if you know the |
---|
60 | direction of stack growth for your system; otherwise it will be |
---|
61 | automatically deduced at run-time. |
---|
62 | STACK_DIRECTION > 0 => grows toward higher addresses |
---|
63 | STACK_DIRECTION < 0 => grows toward lower addresses |
---|
64 | STACK_DIRECTION = 0 => direction of growth unknown |
---|
65 | */ |
---|
66 | #undef STACK_DIRECTION |
---|
67 | |
---|
68 | /* Define if you have the ANSI C header files. */ |
---|
69 | #undef STDC_HEADERS |
---|
70 | |
---|
71 | /* Define if you can safely include both <sys/time.h> and <time.h>. */ |
---|
72 | #undef TIME_WITH_SYS_TIME |
---|
73 | |
---|
74 | /* Define if <memory.h> exists */ |
---|
75 | #undef HAVE_MEMORY_H |
---|
76 | #ifdef HAVE_MEMORY_H |
---|
77 | # define NEED_MEMORY_H /* backwards compatibility */ |
---|
78 | #endif |
---|
79 | |
---|
80 | /* Define if <X11/SM/SMlib.h> exists */ |
---|
81 | #undef HAVE_X11_SM_SMLIB_H |
---|
82 | |
---|
83 | /* Define if <X11/extensions/Xdbe.h> exists */ |
---|
84 | #undef HAVE_X11_EXTENSIONS_XDBE_H |
---|
85 | |
---|
86 | /* Define if <X11/extensions/Xinerama.h> exists */ |
---|
87 | #undef HAVE_X11_EXTENSIONS_XINERAMA_H |
---|
88 | |
---|
89 | /* Define if <X11/Xft/Xft.h> exists */ |
---|
90 | #undef HAVE_X11_XFT_XFT_H |
---|
91 | |
---|
92 | /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ |
---|
93 | #undef HAVE_SYS_WAIT_H |
---|
94 | |
---|
95 | /* Define if you have the gethostname function. */ |
---|
96 | #undef HAVE_GETHOSTNAME |
---|
97 | |
---|
98 | /* Define if you have the snprintf function. */ |
---|
99 | #undef HAVE_SNPRINTF |
---|
100 | |
---|
101 | /* Define if you have the getpagesize function. */ |
---|
102 | #undef HAVE_GETPAGESIZE |
---|
103 | |
---|
104 | /* Define if you have the <fcntl.h> header file. */ |
---|
105 | #undef HAVE_FCNTL_H |
---|
106 | |
---|
107 | /* Define if you have the <sys/time.h> header file. */ |
---|
108 | #undef HAVE_SYS_TIME_H |
---|
109 | |
---|
110 | /* Define if you have the <sys/utsname.h> header file. */ |
---|
111 | #undef HAVE_SYS_UTSNAME_H |
---|
112 | |
---|
113 | /* Define if you have the <unistd.h> header file. */ |
---|
114 | #undef HAVE_UNISTD_H |
---|
115 | |
---|
116 | /* Define if you have the nsl library (-lnsl). */ |
---|
117 | #undef HAVE_LIBNSL |
---|
118 | |
---|
119 | /* Define if you have the og library (-log). */ |
---|
120 | #undef HAVE_LIBOG |
---|
121 | |
---|
122 | /* Define if you have the socket library (-lsocket). */ |
---|
123 | #undef HAVE_LIBSOCKET |
---|
124 | |
---|
125 | /* Define if using Doug Lea's malloc */ |
---|
126 | #undef DOUG_LEA_MALLOC |
---|
127 | |
---|
128 | /* Define if using libc's malloc */ |
---|
129 | #undef LIBC_MALLOC |
---|
130 | |
---|
131 | /* Define if using r_alloc and friends */ |
---|
132 | #undef USE_R_ALLOC |
---|
133 | |
---|
134 | /* Define if you have the enlightened sound daemon */ |
---|
135 | #undef HAVE_ESD |
---|
136 | |
---|
137 | /* Define if using Imlib 1 */ |
---|
138 | #undef HAVE_IMLIB |
---|
139 | |
---|
140 | /* Define if using pixmap-cache.c */ |
---|
141 | #undef NEED_PIXMAP_CACHE |
---|
142 | |
---|
143 | /* Define if you have gdk-pixbuf (the xlib version) */ |
---|
144 | #undef HAVE_GDK_PIXBUF |
---|
145 | |
---|
146 | #endif /* SAWMILL_CONFIG_H */ |
---|