Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Icecast-Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
94
Issues
94
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Icecast-Server
Commits
905c8587
Commit
905c8587
authored
Jan 15, 2003
by
brendan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
autoheader always requires the third argument to AC_DEFINE
svn path=/trunk/icecast/; revision=4240
parent
7f7dfa53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
configure.in
configure.in
+3
-3
No files found.
configure.in
View file @
905c8587
...
@@ -83,9 +83,9 @@ AC_SEARCH_LIBS(getipnodebyname, nsl,
...
@@ -83,9 +83,9 @@ AC_SEARCH_LIBS(getipnodebyname, nsl,
dnl Checks for header files.
dnl Checks for header files.
AC_HEADER_STDC
AC_HEADER_STDC
AC_CHECK_HEADER(stdint.h, AC_DEFINE(HAVE_STDINT_H, 1),,)
AC_CHECK_HEADER(stdint.h, AC_DEFINE(HAVE_STDINT_H, 1
, [Define if you have stdint.h]
),,)
AC_CHECK_HEADER(pwd.h, AC_DEFINE(CHUID, 1),,)
AC_CHECK_HEADER(pwd.h, AC_DEFINE(CHUID, 1
, [Define if you have pwd.h]
),,)
AC_CHECK_HEADER(unistd.h, AC_DEFINE(CHROOT, 1),,)
AC_CHECK_HEADER(unistd.h, AC_DEFINE(CHROOT, 1
, [Define if you have unistd.h]
),,)
dnl Checks for typedefs, structures, and compiler characteristics.
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_C_CONST
...
...
Write
Preview
Markdown
is supported
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