aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authormmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-08-30 20:05:05 +0000
committermmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-08-30 20:05:05 +0000
commit425d256321f590e4ca86e3294055e9fad135f9b2 (patch)
tree9bbac135a6bb23998867d4bc3c96d0fddf7ffa0a /src/config.h.in
parentCleanup from #7 (diff)
downloadbreakpad-425d256321f590e4ca86e3294055e9fad135f9b2.tar.xz
Make build system less annoying (#8) r=bryner
- Place objects in the appropriate directories, instead of filling up the root directory. - Remove namespace macros, which made maintenance troublesome and which created a dependency on config.h in public headers - Skip useless Fortran checks at configure time git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@8 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/config.h.in b/src/config.h.in
index c3b8d399..6b4c3e48 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -1,8 +1,5 @@
/* src/config.h.in. Generated from configure.ac by autoheader. */
-/* Namespace for Google classes */
-#undef GOOGLE_NAMESPACE
-
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
@@ -12,9 +9,6 @@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
-/* define if the compiler implements namespaces */
-#undef HAVE_NAMESPACES
-
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -57,14 +51,5 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
-/* the namespace where STL code like vector<> is defined */
-#undef STL_NAMESPACE
-
/* Version number of package */
#undef VERSION
-
-/* Stops putting the code inside the Google namespace */
-#undef _END_GOOGLE_NAMESPACE_
-
-/* Puts following code inside the Google namespace */
-#undef _START_GOOGLE_NAMESPACE_