Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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,
dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADER(stdint.h, AC_DEFINE(HAVE_STDINT_H, 1),,)
AC_CHECK_HEADER(pwd.h, AC_DEFINE(CHUID, 1),,)
AC_CHECK_HEADER(unistd.h, AC_DEFINE(CHROOT, 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
, [Define if you have pwd.h]
),,)
AC_CHECK_HEADER(unistd.h, AC_DEFINE(CHROOT, 1
, [Define if you have unistd.h]
),,)
dnl Checks for typedefs, structures, and compiler characteristics.
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