summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-19 22:12:39 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-19 22:12:39 (GMT)
commit7cf1fcf347853a9efe9e0c21191ad66a650f3da7 (patch)
tree39fe41efd2fd1a0a448b6a72210d0201fae5e1b2 /Modules
parent1e6124902a74d5f8445875f64bb2921aad1f9e57 (diff)
downloadcpython-7cf1fcf347853a9efe9e0c21191ad66a650f3da7.zip
cpython-7cf1fcf347853a9efe9e0c21191ad66a650f3da7.tar.gz
cpython-7cf1fcf347853a9efe9e0c21191ad66a650f3da7.tar.bz2
Always include config.h
Diffstat (limited to 'Modules')
-rw-r--r--Modules/md5c.c2
-rw-r--r--Modules/regexpr.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/Modules/md5c.c b/Modules/md5c.c
index d7c7e4f..81036eb 100644
--- a/Modules/md5c.c
+++ b/Modules/md5c.c
@@ -23,9 +23,7 @@ These notices must be retained in any copies of any part of this
documentation and/or software.
*/
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#include "md5.h"
/* Constants for MD5Transform routine.
diff --git a/Modules/regexpr.c b/Modules/regexpr.c
index 84f0b94..4f497f1 100644
--- a/Modules/regexpr.c
+++ b/Modules/regexpr.c
@@ -24,9 +24,7 @@ from GNU regexp.
*/
-#ifdef HAVE_CONFIG_H
#include "config.h" /* For Win* specific redefinition of printf c.s. */
-#endif
#include "myproto.h" /* For PROTO macro --Guido */