HAVE_FORK

Indicates if an implementation support fork().

The value shown here is just demostrative, the real value is defined based on the OS it's being compiled in.

  1. auto HAVE_FORK;
    version(D_Ddoc)
    const
    auto HAVE_FORK = true;
  2. anonymousenum HAVE_FORK
  3. anonymousenum HAVE_FORK

Meta