summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2008-10-29 19:16:29 +0000
committerNathan Kinder <nkinder@redhat.com>2008-10-29 19:16:29 +0000
commit06e865cf81bb9f877258e91441205a27d619c478 (patch)
tree2f8261dddd2d84b8564ecf4931f56b35c81f38e8 /config.h.in
parentf25db4aae70b7818cdbdbe71e95345689dc4faf8 (diff)
downloadds-06e865cf81bb9f877258e91441205a27d619c478.tar.gz
ds-06e865cf81bb9f877258e91441205a27d619c478.tar.xz
ds-06e865cf81bb9f877258e91441205a27d619c478.zip
Resolves: 207457
Summary: Added 64-bit atomic functions for platforms lacking built-ins.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 45827279..d3febbb5 100644
--- a/config.h.in
+++ b/config.h.in
@@ -15,6 +15,12 @@
/* cpu type sparc */
#undef CPU_sparc
+/* cpu type x86 */
+#undef CPU_x86
+
+/* cpu type x86_64 */
+#undef CPU_x86_64
+
/* enable ldapi auto bind support in the server */
#undef ENABLE_AUTOBIND
@@ -43,6 +49,10 @@
don't. */
#undef HAVE_DECL_STRERROR_R
+/* Define to 1 if you have the declaration of `__sync_add_and_fetch', and to 0
+ if you don't. */
+#undef HAVE_DECL___SYNC_ADD_AND_FETCH
+
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#undef HAVE_DIRENT_H