Browse Source

Add conditional includes for config.h, for use with waf

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2423 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
nedko 17 years ago
parent
commit
b5bd3afb28
92 changed files with 369 additions and 0 deletions
  1. +4
    -0
      common/JackAPI.cpp
  2. +4
    -0
      common/JackActivationCount.cpp
  3. +4
    -0
      common/JackAudioDriver.cpp
  4. +4
    -0
      common/JackAudioPort.cpp
  5. +4
    -0
      common/JackClient.cpp
  6. +4
    -0
      common/JackConnectionManager.cpp
  7. +4
    -0
      common/JackControl.cpp
  8. +4
    -0
      common/JackDebugClient.cpp
  9. +4
    -0
      common/JackDriver.cpp
  10. +4
    -0
      common/JackDriverLoader.cpp
  11. +4
    -0
      common/JackDummyDriver.cpp
  12. +4
    -0
      common/JackEngine.cpp
  13. +4
    -0
      common/JackEngineControl.cpp
  14. +4
    -0
      common/JackError.cpp
  15. +4
    -0
      common/JackExternalClient.cpp
  16. +4
    -0
      common/JackFifo.cpp
  17. +4
    -0
      common/JackFrameTimer.cpp
  18. +4
    -0
      common/JackFreewheelDriver.cpp
  19. +4
    -0
      common/JackGlobals.cpp
  20. +4
    -0
      common/JackGraphManager.cpp
  21. +4
    -0
      common/JackInternalClient.cpp
  22. +4
    -0
      common/JackLibAPI.cpp
  23. +4
    -0
      common/JackLibClient.cpp
  24. +4
    -0
      common/JackLoopbackDriver.cpp
  25. +4
    -0
      common/JackMessageBuffer.cpp
  26. +5
    -0
      common/JackMidiAPI.cpp
  27. +5
    -0
      common/JackMidiPort.cpp
  28. +4
    -0
      common/JackPort.cpp
  29. +4
    -0
      common/JackPortType.cpp
  30. +4
    -0
      common/JackPosixSemaphore.cpp
  31. +4
    -0
      common/JackPosixThread.cpp
  32. +4
    -0
      common/JackProcessSync.cpp
  33. +4
    -0
      common/JackServer.cpp
  34. +4
    -0
      common/JackServerAPI.cpp
  35. +4
    -0
      common/JackServerGlobals.cpp
  36. +4
    -0
      common/JackServerLaunch.cpp
  37. +4
    -0
      common/JackShmMem.cpp
  38. +4
    -0
      common/JackSocket.cpp
  39. +4
    -0
      common/JackSocketClientChannel.cpp
  40. +4
    -0
      common/JackSocketNotifyChannel.cpp
  41. +4
    -0
      common/JackSocketServerChannel.cpp
  42. +4
    -0
      common/JackSocketServerNotifyChannel.cpp
  43. +4
    -0
      common/JackThreadedDriver.cpp
  44. +4
    -0
      common/JackTime.c
  45. +4
    -0
      common/JackTools.cpp
  46. +4
    -0
      common/JackTransportEngine.cpp
  47. +4
    -0
      common/Jackdmp.cpp
  48. +4
    -0
      common/ringbuffer.c
  49. +4
    -0
      common/shm.c
  50. +4
    -0
      common/timestamps.c
  51. +4
    -0
      linux/alsa/JackAlsaDriver.cpp
  52. +4
    -0
      linux/alsa/generic_hw.c
  53. +4
    -0
      linux/alsa/hammerfall.c
  54. +4
    -0
      linux/alsa/hdsp.c
  55. +4
    -0
      linux/alsa/ice1712.c
  56. +4
    -0
      linux/alsa/memops.c
  57. +4
    -0
      linux/alsa/usx2y.c
  58. +4
    -0
      linux/dbus/controller.c
  59. +4
    -0
      linux/dbus/controller_iface_configure.c
  60. +4
    -0
      linux/dbus/controller_iface_control.c
  61. +4
    -0
      linux/dbus/controller_iface_introspectable.c
  62. +4
    -0
      linux/dbus/controller_iface_patchbay.c
  63. +4
    -0
      linux/dbus/controller_iface_transport.c
  64. +4
    -0
      linux/dbus/jackdbus.c
  65. +4
    -0
      linux/dbus/sigsegv.c
  66. +4
    -0
      linux/dbus/xml.c
  67. +4
    -0
      linux/dbus/xml_expat.c
  68. +4
    -0
      linux/dbus/xml_libxml.c
  69. +4
    -0
      linux/dbus/xml_nop.c
  70. +4
    -0
      linux/dbus/xml_write_raw.c
  71. +4
    -0
      linux/firewire/JackFFADODriver.cpp
  72. +4
    -0
      linux/freebob/JackFreebobDriver.cpp
  73. +4
    -0
      macosx/JackCoreAudioDriver.cpp
  74. +4
    -0
      macosx/JackMacEngineRPC.cpp
  75. +4
    -0
      macosx/JackMacLibClientRPC.cpp
  76. +4
    -0
      macosx/JackMachClientChannel.cpp
  77. +4
    -0
      macosx/JackMachNotifyChannel.cpp
  78. +4
    -0
      macosx/JackMachPort.cpp
  79. +4
    -0
      macosx/JackMachSemaphore.cpp
  80. +4
    -0
      macosx/JackMachServerChannel.cpp
  81. +4
    -0
      macosx/JackMachServerNotifyChannel.cpp
  82. +4
    -0
      macosx/JackMachThread.cpp
  83. +4
    -0
      windows/JackPortAudioDriver.cpp
  84. +4
    -0
      windows/JackWinEvent.cpp
  85. +4
    -0
      windows/JackWinNamedPipe.cpp
  86. +4
    -0
      windows/JackWinNamedPipeClientChannel.cpp
  87. +4
    -0
      windows/JackWinNamedPipeNotifyChannel.cpp
  88. +4
    -0
      windows/JackWinNamedPipeServerChannel.cpp
  89. +4
    -0
      windows/JackWinNamedPipeServerNotifyChannel.cpp
  90. +3
    -0
      windows/JackWinProcessSync.cpp
  91. +4
    -0
      windows/JackWinSemaphore.cpp
  92. +4
    -0
      windows/JackWinThread.cpp

+ 4
- 0
common/JackAPI.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackClient.h" #include "JackClient.h"
#include "JackError.h" #include "JackError.h"
#include "JackGraphManager.h" #include "JackGraphManager.h"


+ 4
- 0
common/JackActivationCount.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackAtomic.h" #include "JackAtomic.h"
#include "JackActivationCount.h" #include "JackActivationCount.h"
#include "JackConstants.h" #include "JackConstants.h"


+ 4
- 0
common/JackAudioDriver.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#ifdef WIN32 #ifdef WIN32
#pragma warning (disable : 4786) #pragma warning (disable : 4786)
#endif #endif


+ 4
- 0
common/JackAudioPort.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackPortType.h" #include "JackPortType.h"
#include <string.h> #include <string.h>




+ 4
- 0
common/JackClient.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackClient.h" #include "JackClient.h"
#include "JackGraphManager.h" #include "JackGraphManager.h"
#include "JackClientControl.h" #include "JackClientControl.h"


+ 4
- 0
common/JackConnectionManager.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <iostream> #include <iostream>
#include <assert.h> #include <assert.h>
#include "JackConnectionManager.h" #include "JackConnectionManager.h"


+ 4
- 0
common/JackControl.cpp View File

@@ -19,6 +19,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#ifndef WIN32 #ifndef WIN32
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>


+ 4
- 0
common/JackDebugClient.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackDebugClient.h" #include "JackDebugClient.h"
#include "JackEngineControl.h" #include "JackEngineControl.h"
#include "JackError.h" #include "JackError.h"


+ 4
- 0
common/JackDriver.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#ifdef WIN32 #ifdef WIN32
#pragma warning (disable : 4786) #pragma warning (disable : 4786)
#endif #endif


+ 4
- 0
common/JackDriverLoader.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#ifdef WIN32 #ifdef WIN32
#pragma warning (disable : 4786) #pragma warning (disable : 4786)
#endif #endif


+ 4
- 0
common/JackDummyDriver.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackDummyDriver.h" #include "JackDummyDriver.h"
#include "JackEngineControl.h" #include "JackEngineControl.h"
#include "JackGraphManager.h" #include "JackGraphManager.h"


+ 4
- 0
common/JackEngine.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <assert.h> #include <assert.h>


+ 4
- 0
common/JackEngineControl.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackEngineControl.h" #include "JackEngineControl.h"
#include "JackGraphManager.h" #include "JackGraphManager.h"
#include "JackClientControl.h" #include "JackClientControl.h"


+ 4
- 0
common/JackError.cpp View File

@@ -19,6 +19,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include "JackError.h" #include "JackError.h"


+ 4
- 0
common/JackExternalClient.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackExternalClient.h" #include "JackExternalClient.h"
#include "JackClientControl.h" #include "JackClientControl.h"
#include "JackGlobals.h" #include "JackGlobals.h"


+ 4
- 0
common/JackFifo.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackFifo.h" #include "JackFifo.h"
#include "JackError.h" #include "JackError.h"
#include "JackConstants.h" #include "JackConstants.h"


+ 4
- 0
common/JackFrameTimer.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackFrameTimer.h" #include "JackFrameTimer.h"
#include "JackError.h" #include "JackError.h"
#include <math.h> #include <math.h>


+ 4
- 0
common/JackFreewheelDriver.cpp View File

@@ -18,6 +18,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#ifdef WIN32 #ifdef WIN32
#pragma warning (disable : 4786) #pragma warning (disable : 4786)
#endif #endif


+ 4
- 0
common/JackGlobals.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackGlobals.h" #include "JackGlobals.h"
#include "JackError.h" #include "JackError.h"




+ 4
- 0
common/JackGraphManager.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackGraphManager.h" #include "JackGraphManager.h"
#include "JackConstants.h" #include "JackConstants.h"
#include "JackError.h" #include "JackError.h"


+ 4
- 0
common/JackInternalClient.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#ifdef WIN32 #ifdef WIN32
#pragma warning (disable : 4786) #pragma warning (disable : 4786)
#endif #endif


+ 4
- 0
common/JackLibAPI.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackDebugClient.h" #include "JackDebugClient.h"
#include "JackLibClient.h" #include "JackLibClient.h"
#include "JackChannel.h" #include "JackChannel.h"


+ 4
- 0
common/JackLibClient.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackLibClient.h" #include "JackLibClient.h"
#include "JackTime.h" #include "JackTime.h"
#include "JackLibGlobals.h" #include "JackLibGlobals.h"


+ 4
- 0
common/JackLoopbackDriver.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#ifdef WIN32 #ifdef WIN32
#pragma warning (disable : 4786) #pragma warning (disable : 4786)
#endif #endif


+ 4
- 0
common/JackMessageBuffer.cpp View File

@@ -27,6 +27,10 @@
* *
*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackMessageBuffer.h" #include "JackMessageBuffer.h"
#include "JackGlobals.h" #include "JackGlobals.h"
#include "JackError.h" #include "JackError.h"


+ 5
- 0
common/JackMidiAPI.cpp View File

@@ -17,6 +17,11 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */

#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackError.h" #include "JackError.h"
#include "JackMidiPort.h" #include "JackMidiPort.h"
#include "JackExports.h" #include "JackExports.h"


+ 5
- 0
common/JackMidiPort.cpp View File

@@ -17,6 +17,11 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */

#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackError.h" #include "JackError.h"
#include "JackPortType.h" #include "JackPortType.h"
#include "JackMidiPort.h" #include "JackMidiPort.h"


+ 4
- 0
common/JackPort.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackPort.h" #include "JackPort.h"
#include "JackError.h" #include "JackError.h"
#include "JackPortType.h" #include "JackPortType.h"


+ 4
- 0
common/JackPortType.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackPortType.h" #include "JackPortType.h"
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>


+ 4
- 0
common/JackPosixSemaphore.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackPosixSemaphore.h" #include "JackPosixSemaphore.h"
#include "JackConstants.h" #include "JackConstants.h"
#include "JackError.h" #include "JackError.h"


+ 4
- 0
common/JackPosixThread.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackPosixThread.h" #include "JackPosixThread.h"
#include "JackError.h" #include "JackError.h"
#include "JackTime.h" #include "JackTime.h"


+ 4
- 0
common/JackProcessSync.cpp View File

@@ -17,6 +17,10 @@ This program is free software; you can redistribute it and/or modify


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackProcessSync.h" #include "JackProcessSync.h"
#include "JackError.h" #include "JackError.h"




+ 4
- 0
common/JackServer.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#ifdef WIN32 #ifdef WIN32
#pragma warning (disable : 4786) #pragma warning (disable : 4786)
#endif #endif


+ 4
- 0
common/JackServerAPI.cpp View File

@@ -18,6 +18,10 @@ This program is free software; you can redistribute it and/or modify


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#ifdef WIN32 #ifdef WIN32
#pragma warning (disable : 4786) #pragma warning (disable : 4786)
#endif #endif


+ 4
- 0
common/JackServerGlobals.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#ifdef WIN32 #ifdef WIN32
#pragma warning (disable : 4786) #pragma warning (disable : 4786)
#endif #endif


+ 4
- 0
common/JackServerLaunch.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#ifndef JACK_LOCATION #ifndef JACK_LOCATION
#include "config.h" #include "config.h"
#endif #endif


+ 4
- 0
common/JackShmMem.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackError.h" #include "JackError.h"
#include "JackShmMem.h" #include "JackShmMem.h"
#include <stdio.h> #include <stdio.h>


+ 4
- 0
common/JackSocket.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackSocket.h" #include "JackSocket.h"
#include "JackError.h" #include "JackError.h"
#include <string.h> #include <string.h>


+ 4
- 0
common/JackSocketClientChannel.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackSocketClientChannel.h" #include "JackSocketClientChannel.h"
#include "JackRequest.h" #include "JackRequest.h"
#include "JackClient.h" #include "JackClient.h"


+ 4
- 0
common/JackSocketNotifyChannel.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackRequest.h" #include "JackRequest.h"
#include "JackSocketNotifyChannel.h" #include "JackSocketNotifyChannel.h"
#include "JackError.h" #include "JackError.h"


+ 4
- 0
common/JackSocketServerChannel.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackSocketServerChannel.h" #include "JackSocketServerChannel.h"
#include "JackRequest.h" #include "JackRequest.h"
#include "JackServer.h" #include "JackServer.h"


+ 4
- 0
common/JackSocketServerNotifyChannel.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackSocketServerNotifyChannel.h" #include "JackSocketServerNotifyChannel.h"
#include "JackError.h" #include "JackError.h"
#include "JackRequest.h" #include "JackRequest.h"


+ 4
- 0
common/JackThreadedDriver.cpp View File

@@ -18,6 +18,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#ifdef WIN32 #ifdef WIN32
#pragma warning (disable : 4786) #pragma warning (disable : 4786)
#endif #endif


+ 4
- 0
common/JackTime.c View File

@@ -18,6 +18,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackTime.h" #include "JackTime.h"
#include "JackError.h" #include "JackError.h"




+ 4
- 0
common/JackTools.cpp View File

@@ -17,6 +17,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackTools.h" #include "JackTools.h"
#include "JackError.h" #include "JackError.h"
#include <stdlib.h> #include <stdlib.h>


+ 4
- 0
common/JackTransportEngine.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackTransportEngine.h" #include "JackTransportEngine.h"
#include "JackClientControl.h" #include "JackClientControl.h"
#include "JackError.h" #include "JackError.h"


+ 4
- 0
common/Jackdmp.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <iostream> #include <iostream>
#include <assert.h> #include <assert.h>
#include <signal.h> #include <signal.h>


+ 4
- 0
common/ringbuffer.c View File

@@ -20,6 +20,10 @@
This is safe for the case of one read thread and one write thread. This is safe for the case of one read thread and one write thread.
*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#ifdef USE_MLOCK #ifdef USE_MLOCK


+ 4
- 0
common/shm.c View File

@@ -30,6 +30,10 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* *
*/ */

#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif
#ifdef WIN32 #ifdef WIN32
#include <process.h> #include <process.h>


+ 4
- 0
common/timestamps.c View File

@@ -17,6 +17,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "timestamps.h" #include "timestamps.h"


+ 4
- 0
linux/alsa/JackAlsaDriver.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <iostream> #include <iostream>
#include <unistd.h> #include <unistd.h>




+ 4
- 0
linux/alsa/generic_hw.c View File

@@ -18,6 +18,10 @@
$Id: generic_hw.c,v 1.2 2005/08/29 10:36:28 letz Exp $ $Id: generic_hw.c,v 1.2 2005/08/29 10:36:28 letz Exp $
*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "hardware.h" #include "hardware.h"
#include "alsa_driver.h" #include "alsa_driver.h"




+ 4
- 0
linux/alsa/hammerfall.c View File

@@ -18,6 +18,10 @@
$Id: hammerfall.c,v 1.3 2005/09/29 14:51:59 letz Exp $ $Id: hammerfall.c,v 1.3 2005/09/29 14:51:59 letz Exp $
*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "hardware.h" #include "hardware.h"
#include "alsa_driver.h" #include "alsa_driver.h"
#include "hammerfall.h" #include "hammerfall.h"


+ 4
- 0
linux/alsa/hdsp.c View File

@@ -19,6 +19,10 @@
$Id: hdsp.c,v 1.3 2005/09/29 14:51:59 letz Exp $ $Id: hdsp.c,v 1.3 2005/09/29 14:51:59 letz Exp $
*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "hardware.h" #include "hardware.h"
#include "alsa_driver.h" #include "alsa_driver.h"
#include "hdsp.h" #include "hdsp.h"


+ 4
- 0
linux/alsa/ice1712.c View File

@@ -21,6 +21,10 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

//#include <jack/hardware.h> //#include <jack/hardware.h>


#include "hardware.h" #include "hardware.h"


+ 4
- 0
linux/alsa/memops.c View File

@@ -18,6 +18,10 @@
$Id: memops.c,v 1.2 2005/08/29 10:36:28 letz Exp $ $Id: memops.c,v 1.2 2005/08/29 10:36:28 letz Exp $
*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#define _ISOC9X_SOURCE 1 #define _ISOC9X_SOURCE 1
#define _ISOC99_SOURCE 1 #define _ISOC99_SOURCE 1




+ 4
- 0
linux/alsa/usx2y.c View File

@@ -18,6 +18,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "hardware.h" #include "hardware.h"
#include "alsa_driver.h" #include "alsa_driver.h"
#include "usx2y.h" #include "usx2y.h"


+ 4
- 0
linux/dbus/controller.c View File

@@ -18,6 +18,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <dbus/dbus.h> #include <dbus/dbus.h>


+ 4
- 0
linux/dbus/controller_iface_configure.c View File

@@ -18,6 +18,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>


+ 4
- 0
linux/dbus/controller_iface_control.c View File

@@ -18,6 +18,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>


+ 4
- 0
linux/dbus/controller_iface_introspectable.c View File

@@ -18,6 +18,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>


+ 4
- 0
linux/dbus/controller_iface_patchbay.c View File

@@ -18,6 +18,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#define _GNU_SOURCE /* PTHREAD_MUTEX_RECURSIVE */ #define _GNU_SOURCE /* PTHREAD_MUTEX_RECURSIVE */


#include <stdint.h> #include <stdint.h>


+ 4
- 0
linux/dbus/controller_iface_transport.c View File

@@ -18,6 +18,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>


+ 4
- 0
linux/dbus/jackdbus.c View File

@@ -19,6 +19,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <stdbool.h> #include <stdbool.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>


+ 4
- 0
linux/dbus/sigsegv.c View File

@@ -11,6 +11,10 @@
* Copyright (C) 2005 - 2008 Jaco Kroon * Copyright (C) 2005 - 2008 Jaco Kroon
*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

//#define NO_CPP_DEMANGLE //#define NO_CPP_DEMANGLE
#define SIGSEGV_NO_AUTO_INIT #define SIGSEGV_NO_AUTO_INIT




+ 4
- 0
linux/dbus/xml.c View File

@@ -17,6 +17,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>


+ 4
- 0
linux/dbus/xml_expat.c View File

@@ -17,6 +17,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <sys/types.h> #include <sys/types.h>


+ 4
- 0
linux/dbus/xml_libxml.c View File

@@ -17,6 +17,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <stdbool.h> #include <stdbool.h>
#include <string.h> #include <string.h>
#include <dbus/dbus.h> #include <dbus/dbus.h>


+ 4
- 0
linux/dbus/xml_nop.c View File

@@ -17,6 +17,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <stdbool.h> #include <stdbool.h>
#include <dbus/dbus.h> #include <dbus/dbus.h>




+ 4
- 0
linux/dbus/xml_write_raw.c View File

@@ -17,6 +17,10 @@


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <sys/types.h> #include <sys/types.h>


+ 4
- 0
linux/firewire/JackFFADODriver.cpp View File

@@ -19,6 +19,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <iostream> #include <iostream>
#include <unistd.h> #include <unistd.h>




+ 4
- 0
linux/freebob/JackFreebobDriver.cpp View File

@@ -19,6 +19,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include <iostream> #include <iostream>
#include <unistd.h> #include <unistd.h>




+ 4
- 0
macosx/JackCoreAudioDriver.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackCoreAudioDriver.h" #include "JackCoreAudioDriver.h"
#include "JackEngineControl.h" #include "JackEngineControl.h"
#include "JackMachThread.h" #include "JackMachThread.h"


+ 4
- 0
macosx/JackMacEngineRPC.cpp View File

@@ -17,6 +17,10 @@ This program is free software; you can redistribute it and/or modify


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackServer.h" #include "JackServer.h"
#include "JackEngine.h" #include "JackEngine.h"
#include "JackRPCEngine.h" #include "JackRPCEngine.h"


+ 4
- 0
macosx/JackMacLibClientRPC.cpp View File

@@ -17,6 +17,10 @@ This program is free software; you can redistribute it and/or modify


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackLibClient.h" #include "JackLibClient.h"
#include "JackMachClientChannel.h" #include "JackMachClientChannel.h"
#include "JackRPCEngine.h" #include "JackRPCEngine.h"


+ 4
- 0
macosx/JackMachClientChannel.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackMachClientChannel.h" #include "JackMachClientChannel.h"
#include "JackRPCEngine.h" #include "JackRPCEngine.h"
#include "JackRPCClientServer.c" #include "JackRPCClientServer.c"


+ 4
- 0
macosx/JackMachNotifyChannel.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackMachNotifyChannel.h" #include "JackMachNotifyChannel.h"
#include "JackRPCClient.h" #include "JackRPCClient.h"
#include "JackError.h" #include "JackError.h"


+ 4
- 0
macosx/JackMachPort.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackMachPort.h" #include "JackMachPort.h"
#include "JackError.h" #include "JackError.h"




+ 4
- 0
macosx/JackMachSemaphore.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackMachSemaphore.h" #include "JackMachSemaphore.h"
#include "JackError.h" #include "JackError.h"
#include <stdio.h> #include <stdio.h>


+ 4
- 0
macosx/JackMachServerChannel.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackMachServerChannel.h" #include "JackMachServerChannel.h"
#include "JackRPCEngineServer.c" #include "JackRPCEngineServer.c"
#include "JackError.h" #include "JackError.h"


+ 4
- 0
macosx/JackMachServerNotifyChannel.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackMachServerNotifyChannel.h" #include "JackMachServerNotifyChannel.h"
#include "JackRPCEngineUser.c" #include "JackRPCEngineUser.c"
#include "JackConstants.h" #include "JackConstants.h"


+ 4
- 0
macosx/JackMachThread.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackMachThread.h" #include "JackMachThread.h"
#include "JackError.h" #include "JackError.h"




+ 4
- 0
windows/JackPortAudioDriver.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#ifdef WIN32 #ifdef WIN32
#pragma warning (disable : 4786) #pragma warning (disable : 4786)
#endif #endif


+ 4
- 0
windows/JackWinEvent.cpp View File

@@ -17,6 +17,10 @@ This program is free software; you can redistribute it and/or modify


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackWinEvent.h" #include "JackWinEvent.h"
#include "JackError.h" #include "JackError.h"




+ 4
- 0
windows/JackWinNamedPipe.cpp View File

@@ -17,6 +17,10 @@ This program is free software; you can redistribute it and/or modify


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackWinNamedPipe.h" #include "JackWinNamedPipe.h"
#include "JackError.h" #include "JackError.h"
#include <assert.h> #include <assert.h>


+ 4
- 0
windows/JackWinNamedPipeClientChannel.cpp View File

@@ -17,6 +17,10 @@ Copyright (C) 2004-2006 Grame


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackWinNamedPipeClientChannel.h" #include "JackWinNamedPipeClientChannel.h"
#include "JackRequest.h" #include "JackRequest.h"
#include "JackClient.h" #include "JackClient.h"


+ 4
- 0
windows/JackWinNamedPipeNotifyChannel.cpp View File

@@ -17,6 +17,10 @@ Copyright (C) 2004-2006 Grame


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackRequest.h" #include "JackRequest.h"
#include "JackWinNamedPipeNotifyChannel.h" #include "JackWinNamedPipeNotifyChannel.h"
#include "JackError.h" #include "JackError.h"


+ 4
- 0
windows/JackWinNamedPipeServerChannel.cpp View File

@@ -17,6 +17,10 @@ Copyright (C) 2004-2006 Grame


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#ifdef WIN32 #ifdef WIN32
#pragma warning (disable : 4786) #pragma warning (disable : 4786)
#endif #endif


+ 4
- 0
windows/JackWinNamedPipeServerNotifyChannel.cpp View File

@@ -17,6 +17,10 @@ This program is free software; you can redistribute it and/or modify


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackWinNamedPipeServerNotifyChannel.h" #include "JackWinNamedPipeServerNotifyChannel.h"
#include "JackError.h" #include "JackError.h"
#include "JackRequest.h" #include "JackRequest.h"


+ 3
- 0
windows/JackWinProcessSync.cpp View File

@@ -17,6 +17,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif


#include "JackWinProcessSync.h" #include "JackWinProcessSync.h"
#include "JackError.h" #include "JackError.h"


+ 4
- 0
windows/JackWinSemaphore.cpp View File

@@ -17,6 +17,10 @@ This program is free software; you can redistribute it and/or modify


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackWinSemaphore.h" #include "JackWinSemaphore.h"
#include "JackError.h" #include "JackError.h"




+ 4
- 0
windows/JackWinThread.cpp View File

@@ -18,6 +18,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


*/ */


#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackWinThread.h" #include "JackWinThread.h"
#include "JackError.h" #include "JackError.h"
#include "JackTime.h" #include "JackTime.h"


Loading…
Cancel
Save