blob: dd0b5058cdd649db561407de0ccc7ab683e6cab4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
/* Leave this blank line here -- autoheader needs it! */
/* Define this if you have gethostbyname() */
#undef HAVE_GETHOSTBYNAME
/* Define if you have termios available */
#undef HAVE_TERMIOS_H
/* Define as the size of the unicode type. */
#undef Py_UNICODE_SIZE
/* sizeof(void *) */
#undef SIZEOF_VOID_P
/* Define to `int' if <sys/types.h> doesn't define. */
#undef socklen_t
/* Define for SOLARIS 2.x */
#undef SOLARIS
/* Define if you want to use BSD db. */
#undef WITH_LIBDB
/* Define if you want to use ndbm. */
#undef WITH_LIBNDBM
/* Leave that blank line there-- autoheader needs it! */
@BOTTOM@
|