/[emacs]/emacs/mac/inc/config.h
ViewVC logotype

Diff of /emacs/mac/inc/config.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by ttn, Wed Aug 10 15:25:52 2005 UTC revision 1.12 by mituharu, Sun Sep 18 05:41:15 2005 UTC
# Line 46  Boston, MA 02110-1301, USA.  */ Line 46  Boston, MA 02110-1301, USA.  */
46  /* Define to 1 if using `getloadavg.c'. */  /* Define to 1 if using `getloadavg.c'. */
47  /* #undef C_GETLOADAVG */  /* #undef C_GETLOADAVG */
48    
49  /* Define C_SWITCH_X_SITE to contain any special flags your compiler  /* Define C_SWITCH_X_SITE to contain any special flags your compiler may need
50     may need to deal with X Windows.  For instance, if you've defined     to deal with X Windows. For instance, if you've defined HAVE_X_WINDOWS
51     HAVE_X_WINDOWS above and your X include files aren't in a place     above and your X include files aren't in a place that your compiler can
52     that your compiler can find on its own, you might want to add     find on its own, you might want to add "-I/..." or something similar. */
    "-I/..." or something similar.  */  
53  /* #undef C_SWITCH_X_SITE */  /* #undef C_SWITCH_X_SITE */
54    
55  /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */  /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
# Line 69  Boston, MA 02110-1301, USA.  */ Line 68  Boston, MA 02110-1301, USA.  */
68  /* Define to the options passed to configure. */  /* Define to the options passed to configure. */
69  #define EMACS_CONFIG_OPTIONS ""  #define EMACS_CONFIG_OPTIONS ""
70    
71    /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
72       */
73    /* #undef GETLOADAVG_PRIVILEGED */
74    
75  /* Define to 1 if the `getpgrp' function requires zero arguments. */  /* Define to 1 if the `getpgrp' function requires zero arguments. */
76  /* #undef GETPGRP_VOID */  /* #undef GETPGRP_VOID */
77    
# Line 104  Boston, MA 02110-1301, USA.  */ Line 107  Boston, MA 02110-1301, USA.  */
107  /* Define to 1 if you have the `bzero' function. */  /* Define to 1 if you have the `bzero' function. */
108  /* #define HAVE_BZERO */  /* #define HAVE_BZERO */
109    
110    /* Define to 1 if CancelMenuTracking is available (Mac OSX). */
111    /* #undef HAVE_CANCELMENUTRACKING */
112    
113  /* Define to 1 if you are using the Carbon API on Mac OS X. */  /* Define to 1 if you are using the Carbon API on Mac OS X. */
114  /* #undef HAVE_CARBON */  /* #undef HAVE_CARBON */
115    
# Line 196  Boston, MA 02110-1301, USA.  */ Line 202  Boston, MA 02110-1301, USA.  */
202  /* Define to 1 if you have the `getloadavg' function. */  /* Define to 1 if you have the `getloadavg' function. */
203  /* #undef HAVE_GETLOADAVG */  /* #undef HAVE_GETLOADAVG */
204    
205    /* Define to 1 if you have the <getopt.h> header file. */
206    /* #undef HAVE_GETOPT_H */
207    
208    /* Define to 1 if you have the `getopt_long_only' function. */
209    /* #undef HAVE_GETOPT_LONG_ONLY */
210    
211  /* Define to 1 if you have the `getpagesize' function. */  /* Define to 1 if you have the `getpagesize' function. */
212  /* #undef HAVE_GETPAGESIZE */  /* #undef HAVE_GETPAGESIZE */
213    
# Line 220  Boston, MA 02110-1301, USA.  */ Line 232  Boston, MA 02110-1301, USA.  */
232  /* Define to 1 if you have the `getwd' function. */  /* Define to 1 if you have the `getwd' function. */
233  #define HAVE_GETWD 1  #define HAVE_GETWD 1
234    
235    /* Define to 1 if you have the `get_current_dir_name' function. */
236    /* #undef HAVE_GET_CURRENT_DIR_NAME */
237    
238  /* Define to 1 if you have the ungif library (-lungif). */  /* Define to 1 if you have the ungif library (-lungif). */
239  /* #undef HAVE_GIF */  /* #undef HAVE_GIF */
240    
# Line 509  Boston, MA 02110-1301, USA.  */ Line 524  Boston, MA 02110-1301, USA.  */
524  /* #undef HAVE_SETSID */  /* #undef HAVE_SETSID */
525    
526  /* Define to 1 if you have the `setsockopt' function. */  /* Define to 1 if you have the `setsockopt' function. */
527  /* #undefine HAVE_SETSOCKOPT */  /* #undef HAVE_SETSOCKOPT */
528    
529  /* Define to 1 if you have the `shutdown' function. */  /* Define to 1 if you have the `shutdown' function. */
530  /* #undef HAVE_SHUTDOWN */  /* #undef HAVE_SHUTDOWN */
# Line 586  Boston, MA 02110-1301, USA.  */ Line 601  Boston, MA 02110-1301, USA.  */
601  #define HAVE_SYS_PARAM_H 1  #define HAVE_SYS_PARAM_H 1
602    
603  /* Define to 1 if you have the <sys/resource.h> header file. */  /* Define to 1 if you have the <sys/resource.h> header file. */
604  /* #undefine HAVE_SYS_RESOURCE_H */  /* #undef HAVE_SYS_RESOURCE_H */
605    
606  /* Define to 1 if you have the <sys/select.h> header file. */  /* Define to 1 if you have the <sys/select.h> header file. */
607  /* #undef HAVE_SYS_SELECT_H */  /* #undef HAVE_SYS_SELECT_H */
# Line 863  Boston, MA 02110-1301, USA.  */ Line 878  Boston, MA 02110-1301, USA.  */
878  /* Define for large files, on AIX-style hosts. */  /* Define for large files, on AIX-style hosts. */
879  /* #undef _LARGE_FILES */  /* #undef _LARGE_FILES */
880    
881    /* Define to rpl_ if the getopt replacement functions and variables should be
882       used. */
883    /* #undef __GETOPT_PREFIX */
884    
885  /* Define like PROTOTYPES; this can be used by system headers. */  /* Define like PROTOTYPES; this can be used by system headers. */
886  /* #undef __PROTOTYPES */  /* #undef __PROTOTYPES */
887    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26