1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-29 04:25:55 -04:00
icecast-server/m4
brendan a66ba595c9 Irix portability fixes:
1. Don't define _XOPEN_SOURCE, at least with GCC. As ALWAYS, this macro undefines
   a lot of the symbols we need. As of libshout 2.1, this define will be moved
   into the "if not $GCC" category so we don't have to deal with it so often.
2. Irix defines inet_pton but not sockaddr_storage. We could fake it by using
   an in6 structure, but why bother? Just don't check for inet_pton unless
   we have struct sockaddr_storage.

svn path=/trunk/m4/; revision=5087
2003-07-07 03:40:00 +00:00
..
ac_config_libconfig_in.m4 Karl's extension to shout-config, shout.pc 2003-06-28 02:16:47 +00:00
acx_pthread.m4 A load of changes by Karl 2003-06-24 00:58:10 +00:00
ogg.m4 Cosmetics (superfluous "checking") 2003-07-01 18:21:46 +00:00
shout.m4 shout.m4 splits SHOUT_CFLAGS into SHOUT_CFLAGS and SHOUT_CPPFLAGS, and 2003-07-01 18:02:19 +00:00
vorbis.m4 Cosmetics (superfluous "checking") 2003-07-01 18:21:46 +00:00
xiph_compiler.m4 Prune shout_prefix from *-config include flags if it would generate a warning. 2003-06-26 16:03:37 +00:00
xiph_net.m4 Irix portability fixes: 2003-07-07 03:40:00 +00:00
xiph_path_python.m4 Move m4 macros from acinclude into m4 directory 2003-06-13 19:22:16 +00:00
xiph_types.m4 Lots more autoconf stuff 2003-06-24 21:35:44 +00:00