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: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/src/config.in
Date: Fri, 08 Oct 2004 20:39:24 -0400

Index: emacs/src/config.in
diff -c emacs/src/config.in:1.198 emacs/src/config.in:1.199
*** emacs/src/config.in:1.198   Tue Oct  5 20:26:00 2004
--- emacs/src/config.in Fri Oct  8 18:38:17 2004
***************
*** 352,357 ****
--- 352,360 ----
  /* Define to 1 if you have the <maillock.h> header file. */
  #undef HAVE_MAILLOCK_H
  
+ /* Define to 1 if you have the <malloc/malloc.h> header file. */
+ #undef HAVE_MALLOC_MALLOC_H
+ 
  /* Define to 1 if you have the `mblen' function. */
  #undef HAVE_MBLEN
  
***************
*** 754,762 ****
  /* 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. */
--- 757,765 ----
  /* 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]