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: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/src/config.in
Date: Wed, 20 Apr 2005 09:03:26 -0400

Index: emacs/src/config.in
diff -c emacs/src/config.in:1.207 emacs/src/config.in:1.208
*** emacs/src/config.in:1.207   Wed Jan 19 19:09:42 2005
--- emacs/src/config.in Wed Apr 20 13:03:26 2005
***************
*** 451,456 ****
--- 451,459 ----
  /* Define to 1 if you have the <pty.h> header file. */
  #undef HAVE_PTY_H
  
+ /* Define to 1 if you have the <pwd.h> header file. */
+ #undef HAVE_PWD_H
+ 
  /* Define to 1 if you have the `random' function. */
  #undef HAVE_RANDOM
  
***************
*** 779,787 ****
  /* If using the C implementation of alloca, define if you know the
     direction of stack growth for your system; otherwise it will be
     automatically deduced at run-time.
!         STACK_DIRECTION > 0 => grows toward higher addresses
!         STACK_DIRECTION < 0 => grows toward lower addresses
!         STACK_DIRECTION = 0 => direction of growth unknown */
  #undef STACK_DIRECTION
  
  /* Define to 1 if you have the ANSI C header files. */
--- 782,790 ----
  /* If using the C implementation of alloca, define if you know the
     direction of stack growth for your system; otherwise it will be
     automatically deduced at run-time.
!       STACK_DIRECTION > 0 => grows toward higher addresses
!       STACK_DIRECTION < 0 => grows toward lower addresses
!       STACK_DIRECTION = 0 => direction of growth unknown */
  #undef STACK_DIRECTION
  
  /* Define to 1 if you have the ANSI C header files. */




reply via email to

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