comparison sysoptions.h @ 667:fc7ae88e63b3

Rename HAVE_FORK to USE_VFORK It makes it a bit more obvious why there's a test there since HAVE_FORK is the normal case.
author Matt Johnston <matt@ucc.asn.au>
date Mon, 09 Apr 2012 20:35:13 +0800
parents c015af8a71cf
children 405418f7dc5e
comparison
equal deleted inserted replaced
666:0ad95abf8d3c 667:fc7ae88e63b3
214 #else 214 #else
215 /* Just building key utils? */ 215 /* Just building key utils? */
216 #define IS_DROPBEAR_SERVER 0 216 #define IS_DROPBEAR_SERVER 0
217 #define IS_DROPBEAR_CLIENT 0 217 #define IS_DROPBEAR_CLIENT 0
218 218
219 #endif 219 #endif /* neither DROPBEAR_SERVER nor DROPBEAR_CLIENT */
220
221 #ifndef HAVE_FORK
222 #define USE_VFORK
223 #endif /* don't HAVE_FORK */
224
225 /* no include guard for this file */