aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-07-21 21:43:52 +0000
committerGerd Moellmann1999-07-21 21:43:52 +0000
commit43c70fcf91e4ba765ee4092071305c1063aee3b7 (patch)
treeba47ff5a2a6efb4e8ee0ce7e4f8e0d4fc96c8c2d /src
parent5f5c8ee54adcf263da9c3dcc1db243b26724c04d (diff)
downloademacs-43c70fcf91e4ba765ee4092071305c1063aee3b7.tar.gz
emacs-43c70fcf91e4ba765ee4092071305c1063aee3b7.zip
(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.
Diffstat (limited to 'src')
-rw-r--r--src/config.in35
1 files changed, 34 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in
index 0d2b9ecbef3..01195412f1d 100644
--- a/src/config.in
+++ b/src/config.in
@@ -72,6 +72,27 @@ Boston, MA 02111-1307, USA. */
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
@@ -79,7 +100,6 @@ Boston, MA 02111-1307, USA. */
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
@@ -118,11 +138,24 @@ Boston, MA 02111-1307, USA. */
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