comparison src/config.in @ 44890:01b93e5e53a7

Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, lisp/ChangeLog, and src/ChangeLog for list of changes.
author Andrew Choi <akochoi@shaw.ca>
date Fri, 26 Apr 2002 23:39:06 +0000
parents c079ce336d08
children 6ff64f2aa959
comparison
equal deleted inserted replaced
44889:e3b9f45140a5 44890:01b93e5e53a7
714 /* Define to `unsigned' if <sys/types.h> does not define. */ 714 /* Define to `unsigned' if <sys/types.h> does not define. */
715 #undef size_t 715 #undef size_t
716 716
717 /* Define as `fork' if `vfork' does not work. */ 717 /* Define as `fork' if `vfork' does not work. */
718 #undef vfork 718 #undef vfork
719
720 /* Define if we should use the Carbon API on Mac OS X. */
721 #undef HAVE_CARBON
722
723 #ifdef HAVE_CARBON
724 #define HAVE_WINDOW_SYSTEM
725 #define HAVE_MOUSE
726 #define HAVE_MENUS
727 #endif
728
729 /* Define if we have the session management (SM) library. */
730 #undef HAVE_X_SM
719 731
720 /* Define to empty if the keyword `volatile' does not work. Warning: valid 732 /* Define to empty if the keyword `volatile' does not work. Warning: valid
721 code using `volatile' can become incorrect without. Disable with care. */ 733 code using `volatile' can become incorrect without. Disable with care. */
722 #undef volatile 734 #undef volatile
723 735