diff options
author | Andreas Schwab <schwab@suse.de> | 2003-12-24 16:46:28 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2003-12-24 16:46:28 +0000 |
commit | 7862d3a8e94744c913d4ece779c6e76e8f6d31db (patch) | |
tree | 613e3e5b9b56c2deaa54134182013beb2f92c3d7 /src/config.in | |
parent | ce6e4c2107516497217c1151a2d8d3ad5875f651 (diff) | |
download | emacs-7862d3a8e94744c913d4ece779c6e76e8f6d31db.tar.gz |
Rebuild.
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 5024712ac43..0fb4b3f3444 100644 --- a/src/config.in +++ b/src/config.in @@ -549,6 +549,9 @@ Boston, MA 02111-1307, USA. */ /* Define to 1 if you have the <sys/select.h> header file. */ #undef HAVE_SYS_SELECT_H +/* Define to 1 if you have the <sys/socket.h> header file. */ +#undef HAVE_SYS_SOCKET_H + /* Define to 1 if you have the <sys/soundcard.h> header file. */ #undef HAVE_SYS_SOUNDCARD_H @@ -748,9 +751,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. */ |