search for: have_smmap

Displaying 2 results from an estimated 2 matches for "have_smmap".

Did you mean: have_mmap
2001 Mar 17
1
ogg123: shared memory by mmap()
...e.m4.orig Wed Feb 28 03:36:50 2001 +++ acinclude.m4 Sat Mar 17 17:39:58 2001 @@ -300,3 +300,65 @@ AC_SUBST(AO_LIBS) rm -f conf.aotest ]) + +dnl Shamelessly stolen from Joerg Schilling's star. +dnl Copyright 1998 J. Schilling + +dnl Checks if mmap() works to get shared memory +dnl Defines HAVE_SMMAP on success. +AC_DEFUN(AC_FUNC_SMMAP, +[AC_CACHE_CHECK([if mmap works to get shared memory], ac_cv_func_smmap, + [AC_TRY_RUN([ +#include <sys/types.h> +#include <sys/mman.h> + +char * +mkshare() +{ + int size = 8192; + int f; + char *addr; +...
2001 Nov 07
2
QNX
hello, How can i compile Ogg Tools on QNX and use them (Anyone have experience (Not XP)). I have allready tried but there isn't sys/shm.h so it stops there Thanx Tuukka Make a difference, help support the relief efforts in the U.S. http://clubs.lycos.com/live/events/september11.asp --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/