git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2423 0c269be4-1314-0410-8aa9-9f06e86f4224tags/1.90
@@ -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" | ||||
@@ -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" | ||||
@@ -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 | ||||
@@ -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> | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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> | ||||
@@ -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" | ||||
@@ -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 | ||||
@@ -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 | ||||
@@ -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" | ||||
@@ -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> | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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> | ||||
@@ -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 | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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 | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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 | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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> | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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 | ||||
@@ -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 | ||||
@@ -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 | ||||
@@ -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 | ||||
@@ -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> | ||||
@@ -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> | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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 | ||||
@@ -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" | ||||
@@ -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> | ||||
@@ -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" | ||||
@@ -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> | ||||
@@ -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 | ||||
@@ -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> | ||||
@@ -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" | ||||
@@ -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> | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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 | ||||
@@ -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" | ||||
@@ -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> | ||||
@@ -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> | ||||
@@ -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> | ||||
@@ -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> | ||||
@@ -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> | ||||
@@ -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> | ||||
@@ -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> | ||||
@@ -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 | ||||
@@ -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> | ||||
@@ -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> | ||||
@@ -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> | ||||
@@ -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> | ||||
@@ -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> | ||||
@@ -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> | ||||
@@ -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> | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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> | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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 | ||||
@@ -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" | ||||
@@ -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> | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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 | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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" | ||||
@@ -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" | ||||