summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake15
1 files changed, 0 insertions, 15 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 418c145..1550ff9 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -117,21 +117,6 @@
/**************************** OPTIONS ****************************/
-/* define if the compiler implements namespaces */
-#cmakedefine HAVE_NAMESPACES
-
-/* Namespace for Google classes */
-#cmakedefine GOOGLE_NAMESPACE
-
-/* the namespace where STL code like vector<> is defined */
-#cmakedefine STL_NAMESPACE
-
-/* Stops putting the code inside the Google namespace */
-#cmakedefine _END_GOOGLE_NAMESPACE_
-
-/* Puts following code inside the Google namespace */
-#cmakedefine _START_GOOGLE_NAMESPACE_
-
/*************************** ENDIAN *****************************/
#cmakedefine WORDS_SIZEOF_VOID_P ${WORDS_SIZEOF_VOID_P}