autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [autoconf] AmigaOS fork()


From: Alexandre Oliva
Subject: Re: [autoconf] AmigaOS fork()
Date: 17 Jun 2001 19:41:58 -0300
User-agent: Gnus/5.090003 (Oort Gnus v0.03) XEmacs/21.4 (Academic Rigor)

On Jun 13, 2001, Rüdiger Kuhlmann <address@hidden> wrote:

> Wait, I disagree. If there is no fork()

perhaps we can use a spoon()?  Hmm, no, we have to remember ``there's
no spoon'' either. :-)

How about defining our own macro, say ac_fork(), that would be
#defined to fork(), if available, or vfork() otherwise, and
ac_vfork(), that would be #defined to vfork() if available, or fork()
otherwise?  Then, people could still use fork() and vfork() to get
hard errors in case these functions are not available, and ac_fork()
and ac_vfork() to tell autoconf ``look, our program will work with
both fork and vfork, but we'd prefer this over that in case both are
available.''

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

[Prev in Thread] Current Thread [Next in Thread]