--- include/polarssl/config.h
+++ include/polarssl/config.h
@@ -236,7 +236,7 @@
  *
  * Enable the checkup functions (*_self_test).
  */
-#define POLARSSL_SELF_TEST
+/* #define POLARSSL_SELF_TEST */
 
 /**
  * \def POLARSSL_SSL_ALL_ALERT_MESSAGES
@@ -438,7 +438,7 @@
  *      TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
  *      TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256
  */
-#define POLARSSL_CAMELLIA_C
+/* #define POLARSSL_CAMELLIA_C */
 
 /**
  * \def POLARSSL_CERTS_C
@@ -450,7 +450,7 @@
  *
  * This module is used for testing (ssl_client/server).
  */
-#define POLARSSL_CERTS_C
+/* #define POLARSSL_CERTS_C */
 
 /**
  * \def POLARSSL_CIPHER_C
@@ -490,7 +490,7 @@
  *
  * This module provides debugging functions.
  */
-#define POLARSSL_DEBUG_C
+/* #define POLARSSL_DEBUG_C */
 
 /**
  * \def POLARSSL_DES_C
@@ -667,7 +667,7 @@
  *
  * This modules adds support for the VIA PadLock on x86.
  */
-#define POLARSSL_PADLOCK_C
+/* #define POLARSSL_PADLOCK_C */
 
 /**
  * \def POLARSSL_PBKDF2_C
@@ -886,7 +886,7 @@
  * Module:  library/xtea.c
  * Caller:
  */
-#define POLARSSL_XTEA_C
+/* #define POLARSSL_XTEA_C */
 /* \} name */
 
 #endif /* config.h */
