diff options
| author | Andreas Schwab | 2003-12-24 16:46:28 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2003-12-24 16:46:28 +0000 |
| commit | 7862d3a8e94744c913d4ece779c6e76e8f6d31db (patch) | |
| tree | 613e3e5b9b56c2deaa54134182013beb2f92c3d7 /src | |
| parent | ce6e4c2107516497217c1151a2d8d3ad5875f651 (diff) | |
| download | emacs-7862d3a8e94744c913d4ece779c6e76e8f6d31db.tar.gz emacs-7862d3a8e94744c913d4ece779c6e76e8f6d31db.zip | |
Rebuild.
Diffstat (limited to 'src')
| -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 5024712ac43..0fb4b3f3444 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -549,6 +549,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 549 | /* Define to 1 if you have the <sys/select.h> header file. */ | 549 | /* Define to 1 if you have the <sys/select.h> header file. */ |
| 550 | #undef HAVE_SYS_SELECT_H | 550 | #undef HAVE_SYS_SELECT_H |
| 551 | 551 | ||
| 552 | /* Define to 1 if you have the <sys/socket.h> header file. */ | ||
| 553 | #undef HAVE_SYS_SOCKET_H | ||
| 554 | |||
| 552 | /* Define to 1 if you have the <sys/soundcard.h> header file. */ | 555 | /* Define to 1 if you have the <sys/soundcard.h> header file. */ |
| 553 | #undef HAVE_SYS_SOUNDCARD_H | 556 | #undef HAVE_SYS_SOUNDCARD_H |
| 554 | 557 | ||
| @@ -748,9 +751,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 748 | /* If using the C implementation of alloca, define if you know the | 751 | /* If using the C implementation of alloca, define if you know the |
| 749 | direction of stack growth for your system; otherwise it will be | 752 | direction of stack growth for your system; otherwise it will be |
| 750 | automatically deduced at run-time. | 753 | automatically deduced at run-time. |
| 751 | STACK_DIRECTION > 0 => grows toward higher addresses | 754 | STACK_DIRECTION > 0 => grows toward higher addresses |
| 752 | STACK_DIRECTION < 0 => grows toward lower addresses | 755 | STACK_DIRECTION < 0 => grows toward lower addresses |
| 753 | STACK_DIRECTION = 0 => direction of growth unknown */ | 756 | STACK_DIRECTION = 0 => direction of growth unknown */ |
| 754 | #undef STACK_DIRECTION | 757 | #undef STACK_DIRECTION |
| 755 | 758 | ||
| 756 | /* Define to 1 if you have the ANSI C header files. */ | 759 | /* Define to 1 if you have the ANSI C header files. */ |