Skip to content
GitLab
Menu
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-Server
Commits
5565b331
Commit
5565b331
authored
Mar 08, 2003
by
Karl Heyes
Browse files
include the automake config.h file if the application defines one
svn path=/trunk/avl/; revision=4450
parent
a3716577
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/avl/avl.c
View file @
5565b331
...
...
@@ -22,13 +22,17 @@
*
*/
/* $Id: avl.c,v 1.
2
2003/03/0
6 00:59:41 brendan
Exp $ */
/* $Id: avl.c,v 1.
3
2003/03/0
8 16:05:38 karl
Exp $ */
/*
* This is a fairly straightfoward translation of a prototype
* written in python, 'avl_tree.py'. Read that file first.
*/
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
#include
<stdio.h>
#include
<stdlib.h>
...
...
src/httpp/httpp.c
View file @
5565b331
...
...
@@ -3,6 +3,10 @@
** http parsing engine
*/
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
#include
<stdio.h>
#include
<stdlib.h>
...
...
src/net/resolver.c
View file @
5565b331
...
...
@@ -4,6 +4,9 @@
** name resolver library
**
*/
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
#include
<stdio.h>
#include
<sys/types.h>
...
...
src/net/sock.c
View file @
5565b331
...
...
@@ -19,6 +19,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
#include
<stdio.h>
#include
<stdlib.h>
#include
<stdarg.h>
...
...
src/thread/thread.c
View file @
5565b331
...
...
@@ -18,6 +18,10 @@
** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
#include
<stdio.h>
#include
<stdlib.h>
#include
<string.h>
...
...
src/timing/timing.c
View file @
5565b331
...
...
@@ -2,6 +2,10 @@
** - Timing functions
*/
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
#include
<stdlib.h>
#include
<sys/types.h>
#ifdef HAVE_STDINT_H
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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