diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-04-12 09:55:28 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-04-12 09:55:28 (GMT) |
commit | 0b6964b5692791f8c0eff9022314b187829a852e (patch) | |
tree | 468a1c0f2e159c192b6044ab29e69809ae2d1389 | |
parent | 1143799df9c82c3b9886608da2ab7afe2481dc12 (diff) | |
download | cpython-0b6964b5692791f8c0eff9022314b187829a852e.zip cpython-0b6964b5692791f8c0eff9022314b187829a852e.tar.gz cpython-0b6964b5692791f8c0eff9022314b187829a852e.tar.bz2 |
Remove unused macros.
-rw-r--r-- | acconfig.h | 23 |
1 files changed, 0 insertions, 23 deletions
@@ -1,29 +1,6 @@ /* 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! */ |