diff options
| -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. */ | |||
| 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. */ |