comparison src/config.h.in @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 1d62742628b6
children 6240c7796c7a
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
31 #undef HAVE_ALLOCA_H 31 #undef HAVE_ALLOCA_H
32 32
33 #ifndef NOT_C_CODE 33 #ifndef NOT_C_CODE
34 #ifdef __GNUC__ 34 #ifdef __GNUC__
35 #define alloca __builtin_alloca 35 #define alloca __builtin_alloca
36 #elif defined __DECC 36 #elif HAVE_ALLOCA_H
37 #include <alloca.h>
38 #pragma intrinsic(alloca)
39 #elif defined HAVE_ALLOCA_H
40 #include <alloca.h> 37 #include <alloca.h>
41 #elif defined(_AIX) 38 #elif defined(_AIX)
42 #pragma alloca 39 #pragma alloca
43 #elif ! defined (alloca) 40 #elif ! defined (alloca)
44 char *alloca(); 41 char *alloca();
62 #undef EMACS_CONFIG_OPTIONS 59 #undef EMACS_CONFIG_OPTIONS
63 60
64 /* The version info from version.sh. Used in #pragma ident in emacs.c */ 61 /* The version info from version.sh. Used in #pragma ident in emacs.c */
65 #undef EMACS_MAJOR_VERSION 62 #undef EMACS_MAJOR_VERSION
66 #undef EMACS_MINOR_VERSION 63 #undef EMACS_MINOR_VERSION
67 #undef EMACS_PATCH_LEVEL
68 #undef EMACS_BETA_VERSION 64 #undef EMACS_BETA_VERSION
69 #undef EMACS_VERSION 65 #undef EMACS_VERSION
70 #undef XEMACS_CODENAME 66 #undef XEMACS_CODENAME
71 /* InfoDock versions, not used with XEmacs */ 67 /* InfoDock versions, not used with XEmacs */
72 #undef INFODOCK_MAJOR_VERSION 68 #undef INFODOCK_MAJOR_VERSION
161 #undef HAVE_XFREE386 157 #undef HAVE_XFREE386
162 158
163 #undef THIS_IS_X11R4 159 #undef THIS_IS_X11R4
164 #undef THIS_IS_X11R5 160 #undef THIS_IS_X11R5
165 #undef THIS_IS_X11R6 161 #undef THIS_IS_X11R6
166
167 #undef HAVE_BALLOON_HELP
168 162
169 /* Where do we find bitmaps? */ 163 /* Where do we find bitmaps? */
170 #undef BITMAPDIR 164 #undef BITMAPDIR
171 165
172 /* USER_FULL_NAME returns a string that is the user's full name. 166 /* USER_FULL_NAME returns a string that is the user's full name.
198 #undef HAVE_LOCALE_H 192 #undef HAVE_LOCALE_H
199 #undef HAVE_FCNTL_H 193 #undef HAVE_FCNTL_H
200 #undef HAVE_ULIMIT_H 194 #undef HAVE_ULIMIT_H
201 #undef HAVE_X11_XLOCALE_H 195 #undef HAVE_X11_XLOCALE_H
202 #undef HAVE_LINUX_VERSION_H 196 #undef HAVE_LINUX_VERSION_H
203 #undef HAVE_CYGWIN_VERSION_H
204 #undef HAVE_INTTYPES_H 197 #undef HAVE_INTTYPES_H
205 #undef HAVE_SYS_UN_H 198 #undef HAVE_SYS_UN_H
206 #undef HAVE_A_OUT_H 199 #undef HAVE_A_OUT_H
207 #undef STDC_HEADERS 200 #undef STDC_HEADERS
208 #undef TIME_WITH_SYS_TIME 201 #undef TIME_WITH_SYS_TIME
300 #undef HAVE_ULIMIT 293 #undef HAVE_ULIMIT
301 #undef HAVE_USLEEP 294 #undef HAVE_USLEEP
302 #undef HAVE_UTIMES 295 #undef HAVE_UTIMES
303 #undef HAVE_WAITPID 296 #undef HAVE_WAITPID
304 #undef HAVE_VSNPRINTF 297 #undef HAVE_VSNPRINTF
305 /* UNIX98 PTY support functions
306 getpt is a glibc addition which emulates the master device on
307 systems without kernel support. */
308 #undef HAVE_GRANTPT
309 #undef HAVE_UNLOCKPT
310 #undef HAVE_GETPT
311 #undef HAVE_PTSNAME
312 #undef HAVE_KILLPG
313 #undef HAVE_STROPTS_H /* SysV streams */
314 #undef HAVE_STRTIO_H /* SysV streams TIOCSIGNAL */
315
316 #undef HAVE_SOCKETS 298 #undef HAVE_SOCKETS
317 #undef HAVE_SOCKADDR_SUN_LEN 299 #undef HAVE_SOCKADDR_SUN_LEN
318 #undef HAVE_MULTICAST 300 #undef HAVE_MULTICAST
319 #undef HAVE_SYSVIPC 301 #undef HAVE_SYSVIPC
320 302
366 /* Do we have either DBM or Berkeley DB database support? */ 348 /* Do we have either DBM or Berkeley DB database support? */
367 #undef HAVE_DATABASE 349 #undef HAVE_DATABASE
368 350
369 /* Do we have LDAP support? */ 351 /* Do we have LDAP support? */
370 #undef HAVE_LDAP 352 #undef HAVE_LDAP
371 /* Does the library define ldap_set_option () ? */ 353 /* Do we have the LDAP library of the University of Michigan ? */
372 #undef HAVE_LDAP_SET_OPTION 354 #undef HAVE_UMICH_LDAP
373 /* Does the library define ldap_get_lderrno () ? */ 355 /* Do we have Netscape LDAP SDK library */
374 #undef HAVE_LDAP_GET_LDERRNO 356 #undef HAVE_NS_LDAP
375 /* Does the library define ldap_result2error () ? */
376 #undef HAVE_LDAP_RESULT2ERROR
377 /* Does the library define ldap_parse_result () ? */
378 #undef HAVE_LDAP_PARSE_RESULT
379 357
380 /* Do you have the Xauth library present? This will add some extra 358 /* Do you have the Xauth library present? This will add some extra
381 functionality to gnuserv. */ 359 functionality to gnuserv. */
382 #undef HAVE_XAUTH 360 #undef HAVE_XAUTH
383 361
585 /* Native sound may be provided via soundcard.h, in various directories */ 563 /* Native sound may be provided via soundcard.h, in various directories */
586 #undef SOUNDCARD_H_PATH 564 #undef SOUNDCARD_H_PATH
587 565
588 /* Compile in support for NAS (Network Audio System)? 566 /* Compile in support for NAS (Network Audio System)?
589 NAS_NO_ERROR_JUMP means that the NAS libraries don't include some 567 NAS_NO_ERROR_JUMP means that the NAS libraries don't include some
590 error handling changes. 568 error handling changes. */
591 NAS_USES_OWN_NAMESPACE means NAS headers define NAS_LITTLE_ENDIAN
592 instead of LITTLE_ENDIAN etc. */
593 #undef HAVE_NAS_SOUND 569 #undef HAVE_NAS_SOUND
594 #undef NAS_NO_ERROR_JUMP 570 #undef NAS_NO_ERROR_JUMP
595 #undef NAS_USES_OWN_NAMESPACE
596 571
597 /* Compile in support for SunPro usage-tracking code? */ 572 /* Compile in support for SunPro usage-tracking code? */
598 #undef USAGE_TRACKING 573 #undef USAGE_TRACKING
599 574
600 /* Compile in support for Tooltalk? */ 575 /* Compile in support for Tooltalk? */
769 /* Avoid C++ keywords used as ordinary C identifiers */ 744 /* Avoid C++ keywords used as ordinary C identifiers */
770 #define class c_class 745 #define class c_class
771 #define new c_new 746 #define new c_new
772 #define this c_this 747 #define this c_this
773 #define catch c_catch 748 #define catch c_catch
774 #define not c_not
775 #endif /* C++ */ 749 #endif /* C++ */
776 750
777 /* Strictly speaking, only int or unsigned int are valid types in a 751 /* Strictly speaking, only int or unsigned int are valid types in a
778 bitfield. In practice, we would like to use enums as bitfields. 752 bitfield. In practice, we would like to use enums as bitfields.
779 The following should just result in warning avoidance: 753 The following should just result in warning avoidance:
814 #endif 788 #endif
815 #ifdef REAL_MAIL_USE_LOCKF 789 #ifdef REAL_MAIL_USE_LOCKF
816 #define MAIL_USE_LOCKF 790 #define MAIL_USE_LOCKF
817 #endif 791 #endif
818 792
819 #undef DOCDIR_USER_DEFINED
820 #undef LISPDIR_USER_DEFINED 793 #undef LISPDIR_USER_DEFINED
821 #undef PACKAGE_PATH_USER_DEFINED 794 #undef PACKAGE_PATH_USER_DEFINED
822 #undef SITELISPDIR_USER_DEFINED 795 #undef SITELISPDIR_USER_DEFINED
823 #undef ARCHLIBDIR_USER_DEFINED 796 #undef ARCHLIBDIR_USER_DEFINED
824 #undef ETCDIR_USER_DEFINED 797 #undef ETCDIR_USER_DEFINED