/[emacs]/emacs/src/config.in
ViewVC logotype

Diff of /emacs/src/config.in

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

revision 1.210 by lute, Mon Jul 4 16:06:30 2005 UTC revision 1.211 by eggert, Tue Jul 26 21:44:41 2005 UTC
# Line 191  Boston, MA 02110-1301, USA.  */ Line 191  Boston, MA 02110-1301, USA.  */
191  /* Define to 1 if you have the `getloadavg' function. */  /* Define to 1 if you have the `getloadavg' function. */
192  #undef HAVE_GETLOADAVG  #undef HAVE_GETLOADAVG
193    
194    /* Define to 1 if you have the <getopt.h> header file. */
195    #undef HAVE_GETOPT_H
196    
197    /* Define to 1 if you have the `getopt_long_only' function. */
198    #undef HAVE_GETOPT_LONG_ONLY
199    
200  /* Define to 1 if you have the `getpagesize' function. */  /* Define to 1 if you have the `getpagesize' function. */
201  #undef HAVE_GETPAGESIZE  #undef HAVE_GETPAGESIZE
202    
# Line 785  Boston, MA 02110-1301, USA.  */ Line 791  Boston, MA 02110-1301, USA.  */
791  /* If using the C implementation of alloca, define if you know the  /* If using the C implementation of alloca, define if you know the
792     direction of stack growth for your system; otherwise it will be     direction of stack growth for your system; otherwise it will be
793     automatically deduced at run-time.     automatically deduced at run-time.
794          STACK_DIRECTION > 0 => grows toward higher addresses          STACK_DIRECTION > 0 => grows toward higher addresses
795          STACK_DIRECTION < 0 => grows toward lower addresses          STACK_DIRECTION < 0 => grows toward lower addresses
796          STACK_DIRECTION = 0 => direction of growth unknown */          STACK_DIRECTION = 0 => direction of growth unknown */
797  #undef STACK_DIRECTION  #undef STACK_DIRECTION
798    
799  /* Define to 1 if you have the ANSI C header files. */  /* Define to 1 if you have the ANSI C header files. */
# Line 846  Boston, MA 02110-1301, USA.  */ Line 852  Boston, MA 02110-1301, USA.  */
852  /* Define for large files, on AIX-style hosts. */  /* Define for large files, on AIX-style hosts. */
853  #undef _LARGE_FILES  #undef _LARGE_FILES
854    
855    /* Define to rpl_ if the getopt replacement functions and variables should be
856       used. */
857    #undef __GETOPT_PREFIX
858    
859  /* Define like PROTOTYPES; this can be used by system headers. */  /* Define like PROTOTYPES; this can be used by system headers. */
860  #undef __PROTOTYPES  #undef __PROTOTYPES
861    

Legend:
Removed from v.1.210  
changed lines
  Added in v.1.211

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