summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@debian.org>2012-05-13 15:26:37 +0200
committerSjoerd Simons <sjoerd@debian.org>2012-05-13 15:26:37 +0200
commit37c676e57cd346588f9ee0940b50f04603b6d889 (patch)
treeb6a0692197cea9c96709656dd14fef6f20f6a0c1 /config.h.in
parent48d2e06bdd76a8141704ad4daf2a143d016a55ed (diff)
Imported Upstream version 2.0
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in23
1 files changed, 14 insertions, 9 deletions
diff --git a/config.h.in b/config.h.in
index 1721dfd..df0fb2e 100644
--- a/config.h.in
+++ b/config.h.in
@@ -362,6 +362,9 @@
/* Have Solaris audio? */
#undef HAVE_SOLARIS
+/* Have speex */
+#undef HAVE_SPEEX
+
/* Define to 1 if the system has the type `ssize_t'. */
#undef HAVE_SSIZE_T
@@ -401,6 +404,9 @@
/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
+/* Have SYSTEMD? */
+#undef HAVE_SYSTEMD
+
/* Define to 1 if you have the <sys/atomic.h> header file. */
#undef HAVE_SYS_ATOMIC_H
@@ -573,6 +579,9 @@
/* D-Bus machine-id file */
#undef PA_MACHINE_ID
+/* Fallback machine-id file */
+#undef PA_MACHINE_ID_FALLBACK
+
/* System config dir */
#undef PA_SYSTEM_CONFIG_PATH
@@ -595,15 +604,6 @@
/* Gettext locale dir */
#undef PULSE_LOCALEDIR
-/* Define to the type of arg 1 for `select'. */
-#undef SELECT_TYPE_ARG1
-
-/* Define to the type of args 2, 3 and 4 for `select'. */
-#undef SELECT_TYPE_ARG234
-
-/* Define to the type of arg 5 for `select'. */
-#undef SELECT_TYPE_ARG5
-
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at runtime.
@@ -670,6 +670,11 @@
/* Needed to get NSIG on Mac OS X */
#undef _DARWIN_C_SOURCE
+/* Enable large inode numbers on Mac OS X 10.5. */
+#ifndef _DARWIN_USE_64_BIT_INODE
+# define _DARWIN_USE_64_BIT_INODE 1
+#endif
+
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS