Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 3092:141c2920ea48
[xemacs-hg @ 2005-11-25 01:41:31 by crestani]
Incremental Garbage Collector
author | crestani |
---|---|
date | Fri, 25 Nov 2005 01:42:08 +0000 |
parents | beef0f850624 |
children | ad2f4ae9895b |
comparison
equal
deleted
inserted
replaced
3091:c22d8984148c | 3092:141c2920ea48 |
---|---|
412 #undef HAVE_VSNPRINTF | 412 #undef HAVE_VSNPRINTF |
413 #undef HAVE_WAITPID | 413 #undef HAVE_WAITPID |
414 #undef HAVE_WCSCMP | 414 #undef HAVE_WCSCMP |
415 #undef HAVE_WCSLEN | 415 #undef HAVE_WCSLEN |
416 | 416 |
417 /* Functions and structs checked for vdb. */ | |
418 #undef HAVE_MPROTECT | |
419 #undef HAVE_SIGACTION | |
420 #undef HAVE_STRUCT_SIGINFO_SI_ADDR | |
421 #undef HAVE_SIGINFO_T_SI_ADDR | |
422 #undef HAVE_SIGNAL | |
423 #undef HAVE_STRUCT_SIGCONTEXT_CR2 | |
424 | |
417 #undef HAVE_UTIME | 425 #undef HAVE_UTIME |
418 #undef HAVE_UTIMES | 426 #undef HAVE_UTIMES |
419 #undef HAVE_SIGSETJMP | 427 #undef HAVE_SIGSETJMP |
420 | 428 |
421 /* Many flavors of PTY support */ | 429 /* Many flavors of PTY support */ |
679 #undef USE_KKCC | 687 #undef USE_KKCC |
680 | 688 |
681 /* If defined, use experimental allocator. */ | 689 /* If defined, use experimental allocator. */ |
682 #undef MC_ALLOC | 690 #undef MC_ALLOC |
683 | 691 |
692 /* If defined, use experimental incremental garbage collector. */ | |
693 #undef NEW_GC | |
694 | |
695 /* Virtual dirty bit implementation for incremental gc. */ | |
696 #undef VDB_POSIX | |
697 #undef VDB_MACH | |
698 #undef VDB_WIN32 | |
699 #undef VDB_FAKE | |
700 | |
684 /* Enable special GNU Make features in the Makefiles. */ | 701 /* Enable special GNU Make features in the Makefiles. */ |
685 #undef USE_GNU_MAKE | 702 #undef USE_GNU_MAKE |
686 | 703 |
687 /* Defined by AC_C_CONST in configure.in */ | 704 /* Defined by AC_C_CONST in configure.in */ |
688 #undef const | 705 #undef const |