Displaying 5 results from an estimated 5 matches for "win32config".
2004 Aug 06
2
(no subject)
I have to compile icecast-1.3.11 under Win32, and want to apply the patch of
Li-Kai Liu:
http://www.xiph.org/archives/icecast-dev/0066.html
But I could not find the "win32config.h" file. I installed Subversion to
grab the repository but I didn't find it either.
Does anybody have this file and would like to send me?
Peter
--
"Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen!
Jetzt aktivieren unter http://www.gmx.net/info
2004 Aug 06
1
some portability fixes ...
...of win32 semantics
and use posix only.
pecifically, the file "vsnprintf.c" has a portability bug (though not
apparent) when compiled in win32. it doesn't distinguish the platform
type and thus include <config.h> inconditionally, whereas on win32 it
should have included <win32config.h> instead. see the patch in
attachment: vsnprintf.c.patch.
and so it doesn't try to redefine vsnprintf() on win32 when it's already
provided (see win32config.h).
now, to get the configure system to work under cygwin, the following
patch to "configure.in" is needed. mainly...
2000 Sep 02
2
Relying on autoconf/configure
I decided, since nobody else seems to be doing it, to do a new build
of the Mac library.
Unfortunately, things now rely on os_types.h. No problem, I'll just
create an os_types.h in mac/compat. Except os.h #includes
"../include/vorbis/os_types.h" -- in other words, it explicitly wants
the os_types.h that was generated from os_types.h.in by configure.
The simple solution is to
2004 Aug 06
0
Submission: Patch to libshout/sock.c for MacOSX
...lic License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
*
*/
#ifdef HAVE_CONFIG_H
#ifdef _WIN32
#include <win32config.h>
#else
#include <config.h>
#endif
#endif
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <sys/time.h> // - SKoT
#include <sys/types.h>
// #include <sys/poll.h> // - SKoT
#include <ctype.h>
#ifdef HAVE_UNISTD_H
#include &l...
2004 Aug 06
5
Missing headers in Icecast2
Hi Karl,
Thanks for your help,
About the "Connection:" header, you are right, it's:
"Connection: close" and NOT "Connection: keep-alive". The protocol when the
SERVER sends the data is http 1.0. It's http 1.1 when the browser requests
the data.
I don't understand the "Content-Length: 54000000" header either. Also I
noticed the flash player on