aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in6
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