comparison src/config.in @ 25013:f75cb74a9e96

(HAVE_PNG): New. (HAVE_SOUND): New. (HAVE_MACHINE_SOUNDCARD_H): New. (HAVE_SYS_SOUNDCARD_H): New. (USE_TOOLKIT_SCROLL_BARS): New. (HAVE_XAW3D): New. (HAVE_FACES): Removed. (HAVE_TIFF): Added. (HAVE_JPEG): Added. (HAVE_XPM): New.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 21 Jul 1999 21:43:52 +0000
parents 591cd069cbfa
children 5b4257175e51
comparison
equal deleted inserted replaced
25012:583c6bc7fe82 25013:f75cb74a9e96
70 #undef HAVE_X11R6 70 #undef HAVE_X11R6
71 71
72 /* Define if we have the X11R5 or newer version of Xlib. */ 72 /* Define if we have the X11R5 or newer version of Xlib. */
73 #undef HAVE_X11R5 73 #undef HAVE_X11R5
74 74
75 /* Define if we have the XPM libary. */
76 #undef HAVE_XPM
77
78 /* Define if we have the PNG library. */
79 #undef HAVE_PNG
80
81 /* Define if we have the JPEG library. */
82 #undef HAVE_JPEG
83
84 /* Define if we have the TIFF library. */
85 #undef HAVE_TIFF
86
87 /* Define if we have the GIF library. */
88 #undef HAVE_GIF
89
90 /* Define if libXaw3d is available. */
91 #undef HAVE_XAW3D
92
93 /* Define if we should use toolkit scroll bars. */
94 #undef USE_TOOLKIT_SCROLL_BARS
95
75 /* Define if netdb.h declares h_errno. */ 96 /* Define if netdb.h declares h_errno. */
76 #undef HAVE_H_ERRNO 97 #undef HAVE_H_ERRNO
77 98
78 /* If we're using any sort of window system, define some consequences. */ 99 /* If we're using any sort of window system, define some consequences. */
79 #ifdef HAVE_X_WINDOWS 100 #ifdef HAVE_X_WINDOWS
80 #define HAVE_WINDOW_SYSTEM 101 #define HAVE_WINDOW_SYSTEM
81 #define MULTI_KBOARD 102 #define MULTI_KBOARD
82 #define HAVE_FACES
83 #define HAVE_MOUSE 103 #define HAVE_MOUSE
84 #endif 104 #endif
85 105
86 /* Define USE_TEXT_PROPERTIES to support visual and other properties 106 /* Define USE_TEXT_PROPERTIES to support visual and other properties
87 on text. */ 107 on text. */
116 #undef GSSAPI 136 #undef GSSAPI
117 137
118 /* Define to support using a Hesiod database to find the POP server. */ 138 /* Define to support using a Hesiod database to find the POP server. */
119 #undef HESIOD 139 #undef HESIOD
120 140
141 /* Header for Voxware or PCM sound card driver. */
142 #undef HAVE_MACHINE_SOUNDCARD_H
143 #undef HAVE_SYS_SOUNDCARD_H
144
145 /* Define HAVE_SOUND if we have sound support. */
146 #ifdef HAVE_MACHINE_SOUNDCARD_H
147 #define HAVE_SOUND 1
148 #endif
149 #ifdef HAVE_SYS_SOUNDCARD_H
150 #define HAVE_SOUND 1
151 #endif
152
121 /* Some things figured out by the configure script, grouped as they are in 153 /* Some things figured out by the configure script, grouped as they are in
122 configure.in. */ 154 configure.in. */
123 #ifndef _ALL_SOURCE /* suppress warning if this is pre-defined */ 155 #ifndef _ALL_SOURCE /* suppress warning if this is pre-defined */
124 #undef _ALL_SOURCE 156 #undef _ALL_SOURCE
125 #endif 157 #endif
158
126 #undef HAVE_SYS_SELECT_H 159 #undef HAVE_SYS_SELECT_H
127 #undef HAVE_SYS_TIMEB_H 160 #undef HAVE_SYS_TIMEB_H
128 #undef HAVE_SYS_TIME_H 161 #undef HAVE_SYS_TIME_H
129 #undef HAVE_UNISTD_H 162 #undef HAVE_UNISTD_H
130 #undef HAVE_UTIME_H 163 #undef HAVE_UTIME_H