comparison src/config.h.in @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 0293115a14e9
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
351 351
352 /* Define this if you want to use the Common Desktop Environment 352 /* Define this if you want to use the Common Desktop Environment
353 */ 353 */
354 #undef HAVE_CDE 354 #undef HAVE_CDE
355 355
356 /* Define this if you want to use the OffiX Drag and Drop
357 */
358 #undef HAVE_OFFIX_DND
359
356 /* Mocklisp Support. */ 360 /* Mocklisp Support. */
357 #undef MOCKLISP_SUPPORT 361 #undef MOCKLISP_SUPPORT
358 362
359 /* enable special GNU Make features in the Makefiles. */ 363 /* enable special GNU Make features in the Makefiles. */
360 #undef USE_GNU_MAKE 364 #undef USE_GNU_MAKE
477 Currently this is only Solaris. */ 481 Currently this is only Solaris. */
478 #undef DYNODUMP 482 #undef DYNODUMP
479 483
480 /* Define NEED_XILDOFF if the -xildoff flag must be passed to cc to 484 /* Define NEED_XILDOFF if the -xildoff flag must be passed to cc to
481 avoid invoking the incremental linker ild which is incompatible 485 avoid invoking the incremental linker ild which is incompatible
482 with dynodump. This is needed for recent Sunsoft compilers. */ 486 with dynodump. This is needed for recent Sun compilers. */
483 #undef NEED_XILDOFF 487 #undef NEED_XILDOFF
484 488
485 /* Define ENERGIZE to compile with support for the Energize Programming System. 489 /* Define ENERGIZE to compile with support for the Energize Programming System.
486 If you do this, don't forget to define ENERGIZE in lwlib/Imakefile as well. 490 If you do this, don't forget to define ENERGIZE in lwlib/Imakefile as well.
487 You will need to set your C_SWITCH_SITE and LD_SWITCH_SITE to point at the 491 You will need to set your C_SWITCH_SITE and LD_SWITCH_SITE to point at the
597 #endif 601 #endif
598 602
599 /* file-information calls */ 603 /* file-information calls */
600 604
601 #if defined (DEBUG_ENCAPSULATION) 605 #if defined (DEBUG_ENCAPSULATION)
606 #ifdef HAVE_EACCESS
607 # define ENCAPSULATE_EACCESS
608 #endif
602 # define ENCAPSULATE_ACCESS 609 # define ENCAPSULATE_ACCESS
603 # define ENCAPSULATE_LSTAT 610 # define ENCAPSULATE_LSTAT
604 # define ENCAPSULATE_READLINK 611 # define ENCAPSULATE_READLINK
605 # define ENCAPSULATE_STAT 612 # define ENCAPSULATE_STAT
606 #endif 613 #endif