projects
/
platform
/
upstream
/
python.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bad6b0
)
build optional modules
author
Anas Nashif
<anas.nashif@intel.com>
Thu, 8 Nov 2012 17:06:56 +0000
(09:06 -0800)
committer
Chanho Park
<chanho61.park@samsung.com>
Tue, 19 Aug 2014 10:40:54 +0000
(19:40 +0900)
Modules/Setup.dist
patch
|
blob
|
history
diff --git
a/Modules/Setup.dist
b/Modules/Setup.dist
index 2ad1aa33d33dbc35ac6d1f5b85b5e83e63294e1e..4187e68e74158152d6f6cb6bc810449aec84e39c 100644
(file)
--- a/
Modules/Setup.dist
+++ b/
Modules/Setup.dist
@@
-252,14
+252,14
@@
GLHACK=-Dclear=__GLclear
# Message-Digest Algorithm, described in RFC 1321. The necessary files
# md5.c and md5.h are included here.
-
#
_md5 md5module.c md5.c
+_md5 md5module.c md5.c
# The _sha module implements the SHA checksum algorithms.
# (NIST's Secure Hash Algorithms.)
-
#
_sha shamodule.c
-
#
_sha256 sha256module.c
-
#
_sha512 sha512module.c
+_sha shamodule.c
+_sha256 sha256module.c
+_sha512 sha512module.c
# SGI IRIX specific modules -- off by default.