diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-04-20 13:03:26 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-04-20 13:03:26 +0000 |
commit | 4086de3d6928dc3440c4983f89f18cf254dfbbd2 (patch) | |
tree | d5e84be57f6705901030cbad0c4a87d81154d1b7 /src/config.in | |
parent | 226e23597fd987f2a2cd8277de2f0cdc6954885a (diff) | |
download | emacs-4086de3d6928dc3440c4983f89f18cf254dfbbd2.tar.gz |
Regenerate.
Diffstat (limited to 'src/config.in')
-rw-r--r-- | src/config.in | 9 |
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. */ /* 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. */ |