emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/mac/inc/config.h


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/mac/inc/config.h
Date: Sun, 18 Sep 2005 01:41:15 -0400

Index: emacs/mac/inc/config.h
diff -c emacs/mac/inc/config.h:1.11 emacs/mac/inc/config.h:1.12
*** emacs/mac/inc/config.h:1.11 Wed Aug 10 15:25:52 2005
--- emacs/mac/inc/config.h      Sun Sep 18 05:41:15 2005
***************
*** 46,56 ****
  /* Define to 1 if using `getloadavg.c'. */
  /* #undef C_GETLOADAVG */
  
! /* Define C_SWITCH_X_SITE to contain any special flags your compiler
!    may need to deal with X Windows.  For instance, if you've defined
!    HAVE_X_WINDOWS above and your X include files aren't in a place
!    that your compiler can find on its own, you might want to add
!    "-I/..." or something similar.  */
  /* #undef C_SWITCH_X_SITE */
  
  /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
--- 46,55 ----
  /* Define to 1 if using `getloadavg.c'. */
  /* #undef C_GETLOADAVG */
  
! /* Define C_SWITCH_X_SITE to contain any special flags your compiler may need
!    to deal with X Windows. For instance, if you've defined HAVE_X_WINDOWS
!    above and your X include files aren't in a place that your compiler can
!    find on its own, you might want to add "-I/..." or something similar. */
  /* #undef C_SWITCH_X_SITE */
  
  /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
***************
*** 69,74 ****
--- 68,77 ----
  /* Define to the options passed to configure. */
  #define EMACS_CONFIG_OPTIONS ""
  
+ /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
+    */
+ /* #undef GETLOADAVG_PRIVILEGED */
+ 
  /* Define to 1 if the `getpgrp' function requires zero arguments. */
  /* #undef GETPGRP_VOID */
  
***************
*** 104,109 ****
--- 107,115 ----
  /* Define to 1 if you have the `bzero' function. */
  /* #define HAVE_BZERO */
  
+ /* Define to 1 if CancelMenuTracking is available (Mac OSX). */
+ /* #undef HAVE_CANCELMENUTRACKING */
+ 
  /* Define to 1 if you are using the Carbon API on Mac OS X. */
  /* #undef HAVE_CARBON */
  
***************
*** 196,201 ****
--- 202,213 ----
  /* Define to 1 if you have the `getloadavg' function. */
  /* #undef HAVE_GETLOADAVG */
  
+ /* Define to 1 if you have the <getopt.h> header file. */
+ /* #undef HAVE_GETOPT_H */
+ 
+ /* Define to 1 if you have the `getopt_long_only' function. */
+ /* #undef HAVE_GETOPT_LONG_ONLY */
+ 
  /* Define to 1 if you have the `getpagesize' function. */
  /* #undef HAVE_GETPAGESIZE */
  
***************
*** 220,225 ****
--- 232,240 ----
  /* Define to 1 if you have the `getwd' function. */
  #define HAVE_GETWD 1
  
+ /* Define to 1 if you have the `get_current_dir_name' function. */
+ /* #undef HAVE_GET_CURRENT_DIR_NAME */
+ 
  /* Define to 1 if you have the ungif library (-lungif). */
  /* #undef HAVE_GIF */
  
***************
*** 509,515 ****
  /* #undef HAVE_SETSID */
  
  /* Define to 1 if you have the `setsockopt' function. */
! /* #undefine HAVE_SETSOCKOPT */
  
  /* Define to 1 if you have the `shutdown' function. */
  /* #undef HAVE_SHUTDOWN */
--- 524,530 ----
  /* #undef HAVE_SETSID */
  
  /* Define to 1 if you have the `setsockopt' function. */
! /* #undef HAVE_SETSOCKOPT */
  
  /* Define to 1 if you have the `shutdown' function. */
  /* #undef HAVE_SHUTDOWN */
***************
*** 586,592 ****
  #define HAVE_SYS_PARAM_H 1
  
  /* Define to 1 if you have the <sys/resource.h> header file. */
! /* #undefine HAVE_SYS_RESOURCE_H */
  
  /* Define to 1 if you have the <sys/select.h> header file. */
  /* #undef HAVE_SYS_SELECT_H */
--- 601,607 ----
  #define HAVE_SYS_PARAM_H 1
  
  /* Define to 1 if you have the <sys/resource.h> header file. */
! /* #undef HAVE_SYS_RESOURCE_H */
  
  /* Define to 1 if you have the <sys/select.h> header file. */
  /* #undef HAVE_SYS_SELECT_H */
***************
*** 862,867 ****
--- 877,886 ----
  
  /* Define for large files, on AIX-style hosts. */
  /* #undef _LARGE_FILES */
+ 
+ /* Define to rpl_ if the getopt replacement functions and variables should be
+    used. */
+ /* #undef __GETOPT_PREFIX */
  
  /* Define like PROTOTYPES; this can be used by system headers. */
  /* #undef __PROTOTYPES */




reply via email to

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