/* System: FreeBSD 1.0.2 / XFree86 2.0 */
/* NO_SYSCONF: required */
/* NEEDS_STRNCASECMP: not required */
/* NEEDS_MKSTEMP: not required */
/* NEEDS_SIGCHLD: required */
/* SYSV: not appropriate */
/* BROKEN_SUN_HEADERS: not appropriate */


/* System: NetBSD-0.9 */
/* NO_SYSCONF: required        */               
/* NEEDS_STRNCASECMP: not required */
/* NEEDS_STRCASECMP: not required */
/* NEEDS_ITIMERS: not required */
/* NEEDS_MKSTEMP: not required */
/* NEEDS_SIGCHLD: not required */
/* SYSV: not appropriate */
/* BROKEN_SUN_HEADERS: not appropriate */

/* System: NEWS-OS 4.2.1R/4.2.1aRD */
/* NO_SYSCONF: required */
/* NEEDS_STRNCASECMP: not required */
/* NEEDS_STRCASECMP: not required */
/* NEEDS_ITIMERS: not required */
/* NEEDS_MKSTEMP: not required */
/* NEEDS_SIGCHLD: required */
/* USE_SYSTEM: not required */
/* SYSV: not appropriate */
/* BROKEN_SUN_HEADER: not appropriate */
/* UNION_WAIT: required */
/* NEEDS_GETHOSTNAME: not required */

/* System: Linux /XFree86 2.0 */
/* NO_SYSCONF: not required */
/* NEEDS_STRNCASECMP: not required */
/* NEEDS_MKSTEMP: not required */
/* NEEDS_SIGCHLD: not required */
/* SYSV: not required*/
/* BROKEN_SUN_HEADER: not appropriate */


/* System: SunOS 4.1.3 */
/* NO_SYSCONF: not required */
/* NEEDS_STRNCASECMP: not required */
/* NEEDS_MKSTEMP: not required */
/* NEEDS_SIGCHLD: required */
/* SYSV: not required*/
/* BROKEN_SUN_HEADER: required for standard Sun include files, not for gcc includes */

/* SunOS 4.1.2 */
/* #define NO_SYSCONF                  not required */
/* #define NEEDS_STRNCASECMP           not required */
/* #define NEEDS_STRCASECMP            not required */
/* #define NEEDS_ITIMERS               not required */
/* #define NEEDS_MKSTEMP               not required */
/* #define NEEDS_SIGCHLD               required */
/* #define USE_SYSTEM                  not required */
/* #define SYSV                        not required */
/* #define BROKEN_SUN_HEADERS          not required (gcc) required (cc) */
/* #define UNION_WAIT                  not required */

/* System: Solaris 2.2 
 * (with X11R5 imake/config reinstalled by hand since sun's was screwed. */
/* #define NO_SYSCONF: not required */
/* #define NEEDS_STRNCASECMP: not required */
/* #define NEEDS_STRCASECMP: not required */
/* #define NEEDS_MKSTEMP: not required */
/* #define NEEDS_SIGCHLD: not required, causes zombies if defined */
/* #define SYSV: required, but not defined here because imake defines it */
/* #define BROKEN_SUN_HEADERS: not required with gcc
 *                                (Non gcc? Who knows? Who cares?) */

/* Solaris 2.3 */
/* #define NO_SYSCONF                  not required */
/* #define NEEDS_STRNCASECMP           not required */
/* #define NEEDS_STRCASECMP            not required */
/* #define NEEDS_ITIMERS               not required */
/* #define NEEDS_MKSTEMP               not required */
/* #define NEEDS_SIGCHLD               not required */
/* #define USE_SYSTEM                  not required */
/* #define SYSV                        not required (defined by compiler) */
/* #define BROKEN_SUN_HEADERS          not required */
/* #define UNION_WAIT                  not required */


/* System: Motorola 88k SVR4.0*/
/* NO_SYSCONF: not required */
/* NEEDS_STRNCASECMP: required */
/* NEEDS_STRCASECMP: required */
/* NEEDS_MKSTEMP: not required */
/* NEEDS_SIGCHLD: not required */
/* SYSV: not required */
/* BROKEN_SUN_HEADER: not required */

/* System: ISC 4.0 */
/* I compiled using gcc with the "-posix" option (cc with "-Xp" should
 * probably also work) -- and linked the shared C library ("-lc_s").
 * (This latter seems to be important -- there's some inconsistency 
 * with the code for Modules in fvwm and parts of the POSIX c library --
 * "/lib/libcposix.a" --  of ISC.  Namely, if you don't link in "-lc_s",
 * Modules won't run -- they exit on invocation, for some reason (I
 *suspect because of some POSIX malloc incompatibility, perhaps).*/
/* (Note:  You definitely don't want "NEEDS_SIGCHLD" -- this causes zombies.)*/
/* #define NO_SYSCONF : not required*/
/* #define NEEDS_STRNCASECMP : not required*/
/* #define NEEDS_STRCASECMP : not required*/
/* #define NEEDS_MKSTEMP : not required*/
/* #define NEEDS_SIGCHLD  : NOT REQUIRED! */
/* #define SYSV: required */
/* #define BROKEN_SUN_HEADERS: not requred   */
/* Also add #define ISC in configuration.h! */

/* AIX 3.2.5 */
#define COMPILER CC=c89 -D_ALL_SOURCE -D_BSD -lbsd
/* #define NO_SYSCONF                  */
/* #define NEEDS_STRNCASECMP           */
/* #define NEEDS_STRCASECMP            */
/* #define NEEDS_ITIMERS               */
/* #define NEEDS_MKSTEMP               */
#define NEEDS_SIGCHLD               
/* #define USE_SYSTEM                  */
/* #define SYSV                        */
/* #define BROKEN_SUN_HEADERS          */
#define UNION_WAIT
/* #define NEEDS_GETHOSTNAME           */


/* These settings work on DEC Ultrix v4.3 */
/* #define NO_SYSCONF                  */
/* #define NEEDS_STRNCASECMP           */
/* #define NEEDS_STRCASECMP            */
/* #define NEEDS_MKSTEMP               */
#define NEEDS_SIGCHLD		/* Might cause zombies if not defined */
/* #define SYSV                        */
/* #define BROKEN_SUN_HEADERS          */


/* These should work on DEC OSF/1 (Alpha) */
/* #define NO_SYSCONF                  */
/* #define NEEDS_STRNCASECMP           */
/* #define NEEDS_STRCASECMP            */
/* #define NEEDS_MKSTEMP               */
#define NEEDS_SIGCHLD               
/* #define SYSV                        */
/* #define BROKEN_SUN_HEADERS          */


/* UNIX System V/i860 Release 4.0 Version 2.0.1*/
/* Note:  This is on a Stardent Vistra (pretty obscure!)*/
/* #define NO_SYSCONF                  not required */
/* #define NEEDS_STRNCASECMP           not required */
/* #define NEEDS_STRCASECMP            not required */
/* #define NEEDS_ITIMERS               not required */
/* #define NEEDS_MKSTEMP               not required */
/* #define NEEDS_SIGCHLD               not required */
/* #define USE_SYSTEM                  required */
/* #define SYSV                        not required (defined by compiler) */
/* #define BROKEN_SUN_HEADERS          not required */
/* #define UNION_WAIT                  not required */


/* SONY NEWS NWS-1550(CISC)/News-OS 4.2.1.c(4.3BSD)*/
/* #define NO_SYSCONF: required */
/* #define NEEDS_STRNCASECMP: not required */
/* #define NEEDS_STRCASECMP: not required  */
/* #define NEEDS_ITIMERS: not required     */
/* #define NEEDS_MKSTEMP: not required     */
/* #define NEEDS_SIGCHLD: required */
/* #define USE_SYSTEM: required */
/* #define SYSV: not required   */
/* #define BROKEN_SUN_HEADERS: hmmm, required? */
/* #define UNION_WAIT: required */

/* System: HP-UX 9.0X / X11R5 / Motif 1.2 */
#define COMPILER CC=cc -Aa -D_HPUX_SOURCE
/* NO_SYSCONF: not required */
/* NEEDS_STRNCASECMP: not required */
/* NEEDS_STRCASECMP: not required */
/* NEEDS_ITIMERS: not required */
/* NEEDS_MKSTEMP: not required */
/* NEEDS_SIGCHLD: not required */
/* USE_SYSTEM: not required */
/* SYSV: not required, my Imake defines this */
/* BROKEN_SUN_HEADERS: not appropriate */
/* UNION_WAIT: not required */


/* HP-Apollo */
/* See the file, hp-apollo */

/* IRIX 5.2 (SGI) */
/* Use neither NEEDS_SIGCHLD nor USE_SYSTEM */

/* SCO */
/* #define NO_SYSCONF                  */
/* #define NEEDS_STRNCASECMP           */
/* #define NEEDS_STRCASECMP            */
/* #define NEEDS_ITIMERS               */
#define NEEDS_MKSTEMP
/* #define NEEDS_SIGCHLD               */
/* #define USE_SYSTEM                  */
/* #define SYSV                     #defined by compiler */
/* #define BROKEN_SUN_HEADERS          */
/* #define UNION_WAIT                  */
/* #define NEEDS_GETHOSTNAME           */
