Searched defs:PROTOTYPES (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/include/
H A Dmd5global.h8 /* PROTOTYPES should be set to one if and only if the compiler supports
10 The following makes PROTOTYPES default to 0 if it has not already
13 #ifndef PROTOTYPES
14 #define PROTOTYPES 0 macro
29 /* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
30 If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
33 #if PROTOTYPES
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ami.h678 * PROTOTYPES should be set to one if and only if the compiler supports
680 * The following makes PROTOTYPES default to 1 if it has not already been
683 #ifndef PROTOTYPES
684 #define PROTOTYPES 1 macro
688 * PROTO_LIST is defined depending on how PROTOTYPES is defined above.
689 * If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
693 #if PROTOTYPES

Completed in 72 milliseconds