Commit 0b6964b5 authored by Martin v. Löwis's avatar Martin v. Löwis

Remove unused macros.

parent 1143799d
/* 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! */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment