comparison SDL_sound_internal.h @ 100:6d9fdec2f708

added config.h, added --enable-debug flag, various other changes to the build system
author fingolfin
date Wed, 03 Oct 2001 12:25:34 +0000
parents b13fafb976be
children 427541211bfd
comparison
equal deleted inserted replaced
99:3f0beddfd9c9 100:6d9fdec2f708
29 #ifndef _INCLUDE_SDL_SOUND_INTERNAL_H_ 29 #ifndef _INCLUDE_SDL_SOUND_INTERNAL_H_
30 #define _INCLUDE_SDL_SOUND_INTERNAL_H_ 30 #define _INCLUDE_SDL_SOUND_INTERNAL_H_
31 31
32 #ifndef __SDL_SOUND_INTERNAL__ 32 #ifndef __SDL_SOUND_INTERNAL__
33 #error Do not include this header from your applications. 33 #error Do not include this header from your applications.
34 #endif
35
36 #if HAVE_CONFIG_H
37 # include <config.h>
34 #endif 38 #endif
35 39
36 #include "SDL.h" 40 #include "SDL.h"
37 41
38 #if (defined DEBUG_CHATTER) 42 #if (defined DEBUG_CHATTER)