diff options
| author | Paul Eggert | 2011-03-20 09:28:22 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-20 09:28:22 -0700 |
| commit | 6a90a4f1982c25213ec70637b52462674c2564bd (patch) | |
| tree | 3670038fc58f46085e9c5b48d8bba2bcbe522432 /src | |
| parent | 591b2973e740d73b4bd00a78e8dc5444d59a22f3 (diff) | |
| download | emacs-6a90a4f1982c25213ec70637b52462674c2564bd.tar.gz emacs-6a90a4f1982c25213ec70637b52462674c2564bd.zip | |
Merge from gnulib, for socklen_t.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 8b7312faaaa..b24aacd4e54 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -833,6 +833,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 833 | /* Define to 1 if `vfork' works. */ | 833 | /* Define to 1 if `vfork' works. */ |
| 834 | #undef HAVE_WORKING_VFORK | 834 | #undef HAVE_WORKING_VFORK |
| 835 | 835 | ||
| 836 | /* Define to 1 if you have the <ws2tcpip.h> header file. */ | ||
| 837 | #undef HAVE_WS2TCPIP_H | ||
| 838 | |||
| 836 | /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs | 839 | /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs |
| 837 | expects to use version 10. */ | 840 | expects to use version 10. */ |
| 838 | #undef HAVE_X11 | 841 | #undef HAVE_X11 |