diff options
| author | Paul Eggert | 2011-03-20 09:55:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-20 09:55:33 -0700 |
| commit | c184bbfdfd547bbf61e719be92460dcebaed85a3 (patch) | |
| tree | b2f9baa65e77cbbc7dfc6ef92d34e60b0ce140d2 /src/config.in | |
| parent | c939f91b4d9d7830daf4e17cacbab1709ce9949d (diff) | |
| parent | 6a90a4f1982c25213ec70637b52462674c2564bd (diff) | |
| download | emacs-c184bbfdfd547bbf61e719be92460dcebaed85a3.tar.gz emacs-c184bbfdfd547bbf61e719be92460dcebaed85a3.zip | |
Merge: Use socklen_t, not int, for socket lengths.
Diffstat (limited to 'src/config.in')
| -rw-r--r-- | src/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index fbd3ee9338d..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 |
| @@ -1209,6 +1212,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1209 | /* Define to `unsigned int' if <sys/types.h> does not define. */ | 1212 | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 1210 | #undef size_t | 1213 | #undef size_t |
| 1211 | 1214 | ||
| 1215 | /* type to use in place of socklen_t if not defined */ | ||
| 1216 | #undef socklen_t | ||
| 1217 | |||
| 1212 | /* Define to any substitute for sys_siglist. */ | 1218 | /* Define to any substitute for sys_siglist. */ |
| 1213 | #undef sys_siglist | 1219 | #undef sys_siglist |
| 1214 | 1220 | ||