aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThien-Thi Nguyen2005-04-20 13:03:26 +0000
committerThien-Thi Nguyen2005-04-20 13:03:26 +0000
commit4086de3d6928dc3440c4983f89f18cf254dfbbd2 (patch)
treed5e84be57f6705901030cbad0c4a87d81154d1b7 /src
parent226e23597fd987f2a2cd8277de2f0cdc6954885a (diff)
downloademacs-4086de3d6928dc3440c4983f89f18cf254dfbbd2.tar.gz
emacs-4086de3d6928dc3440c4983f89f18cf254dfbbd2.zip
Regenerate.
Diffstat (limited to 'src')
-rw-r--r--src/config.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/config.in b/src/config.in
index 34ba3a061df..6939ff2577c 100644
--- a/src/config.in
+++ b/src/config.in
@@ -451,6 +451,9 @@ Boston, MA 02111-1307, USA. */
451/* Define to 1 if you have the <pty.h> header file. */ 451/* Define to 1 if you have the <pty.h> header file. */
452#undef HAVE_PTY_H 452#undef HAVE_PTY_H
453 453
454/* Define to 1 if you have the <pwd.h> header file. */
455#undef HAVE_PWD_H
456
454/* Define to 1 if you have the `random' function. */ 457/* Define to 1 if you have the `random' function. */
455#undef HAVE_RANDOM 458#undef HAVE_RANDOM
456 459
@@ -779,9 +782,9 @@ Boston, MA 02111-1307, USA. */
779/* If using the C implementation of alloca, define if you know the 782/* If using the C implementation of alloca, define if you know the
780 direction of stack growth for your system; otherwise it will be 783 direction of stack growth for your system; otherwise it will be
781 automatically deduced at run-time. 784 automatically deduced at run-time.
782 STACK_DIRECTION > 0 => grows toward higher addresses 785 STACK_DIRECTION > 0 => grows toward higher addresses
783 STACK_DIRECTION < 0 => grows toward lower addresses 786 STACK_DIRECTION < 0 => grows toward lower addresses
784 STACK_DIRECTION = 0 => direction of growth unknown */ 787 STACK_DIRECTION = 0 => direction of growth unknown */
785#undef STACK_DIRECTION 788#undef STACK_DIRECTION
786 789
787/* Define to 1 if you have the ANSI C header files. */ 790/* Define to 1 if you have the ANSI C header files. */