Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-IceS
Commits
6d225783
Commit
6d225783
authored
Mar 09, 2003
by
Karl Heyes
Browse files
reduce include file namespace clutter for libshout and the associated
smaller libs. svn path=/trunk/avl/; revision=4456
parent
8bc78447
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/avl/Makefile.am
View file @
6d225783
...
...
@@ -8,7 +8,7 @@ noinst_HEADERS = avl.h
libiceavl_la_SOURCES
=
avl.c
libiceavl_la_CFLAGS
=
@XIPH_CFLAGS@
INCLUDES
=
-I
$(srcdir)
/..
/thread
INCLUDES
=
-I
$(srcdir)
/..
# SCCS stuff (for BitKeeper)
GET
=
true
...
...
src/avl/avl.h
View file @
6d225783
...
...
@@ -2,7 +2,7 @@
* Copyright (C) 1995 by Sam Rushing <rushing@nightmare.com>
*/
/* $Id: avl.h,v 1.
4
2003/03/0
6 02:35:12 brendan
Exp $ */
/* $Id: avl.h,v 1.
5
2003/03/0
9 22:56:46 karl
Exp $ */
#ifndef __AVL_H
#define __AVL_H
...
...
@@ -12,7 +12,7 @@ extern "C" {
#endif
#ifndef NO_THREAD
#include
"
thread.h
"
#include
<thread/
thread.h
>
#else
#define thread_rwlock_create(x) do{}while(0)
#define thread_rwlock_destroy(x) do{}while(0)
...
...
src/thread/Makefile.am
View file @
6d225783
...
...
@@ -8,7 +8,7 @@ noinst_HEADERS = thread.h
libicethread_la_SOURCES
=
thread.c
libicethread_la_CFLAGS
=
@XIPH_CFLAGS@
INCLUDES
=
-I
$(srcdir)
/..
/avl
-I
$(srcdir)
/../log
INCLUDES
=
-I
$(srcdir)
/..
# SCCS stuff (for BitKeeper)
GET
=
true
...
...
src/thread/thread.c
View file @
6d225783
...
...
@@ -42,10 +42,10 @@
#include
<signal.h>
#include
"
thread.h
"
#include
"
avl.h
"
#include
<thread/
thread.h
>
#include
<avl/
avl.h
>
#ifdef THREAD_DEBUG
#include
"
log.h
"
#include
<log/
log.h
>
#endif
#ifdef _WIN32
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment