emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/config.in


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/config.in
Date: Tue, 11 Jun 2002 14:33:01 -0400

Index: emacs/src/config.in
diff -c emacs/src/config.in:1.173 emacs/src/config.in:1.174
*** emacs/src/config.in:1.173   Fri Apr 26 19:39:05 2002
--- emacs/src/config.in Wed May  1 00:30:59 2002
***************
*** 89,94 ****
--- 89,97 ----
  /* Define to 1 if you have the `bcopy' function. */
  #undef HAVE_BCOPY
  
+ /* Define to 1 if you are using the Carbon API on Mac OS X. */
+ #undef HAVE_CARBON
+ 
  /* Define to 1 if you have the `cbrt' function. */
  #undef HAVE_CBRT
  
***************
*** 717,734 ****
  /* Define as `fork' if `vfork' does not work. */
  #undef vfork
  
- /* Define if we should use the Carbon API on Mac OS X.  */
- #undef HAVE_CARBON
- 
- #ifdef HAVE_CARBON
- #define HAVE_WINDOW_SYSTEM
- #define HAVE_MOUSE
- #define HAVE_MENUS
- #endif
- 
- /* Define if we have the session management (SM) library.  */
- #undef HAVE_X_SM
- 
  /* Define to empty if the keyword `volatile' does not work. Warning: valid
     code using `volatile' can become incorrect without. Disable with care. */
  #undef volatile
--- 720,725 ----
***************
*** 739,744 ****
--- 730,743 ----
  #define HAVE_WINDOW_SYSTEM
  #define MULTI_KBOARD
  #define HAVE_MOUSE
+ #endif
+ 
+ /* If we're using the Carbon API on Mac OS X, define a few more
+    variables as well.  */
+ #ifdef HAVE_CARBON
+ #define HAVE_WINDOW_SYSTEM
+ #define HAVE_MOUSE
+ #define HAVE_MENUS
  #endif
  
  /* Define USER_FULL_NAME to return a string



reply via email to

[Prev in Thread] Current Thread [Next in Thread]