]> git.eshelyaron.com Git - emacs.git/commitdiff
Regenerate.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 20 Apr 2005 13:03:26 +0000 (13:03 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 20 Apr 2005 13:03:26 +0000 (13:03 +0000)
src/config.in

index 34ba3a061dfaf11247b0ede87d3669872d008602..6939ff2577ce1e53a95f658c809202daf3cd56c0 100644 (file)
@@ -451,6 +451,9 @@ Boston, MA 02111-1307, USA.  */
 /* 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,9 +782,9 @@ Boston, MA 02111-1307, USA.  */
 /* 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 */
+       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. */