socketpair.t w/o fork
[p5sagit/p5-mst-13.2.git] / plan9 / config.plan9
index 24b3075..a1ec401 100644 (file)
  *     If defined, this macro indicates that the C compiler can handle
  *     function prototypes.
  */
-/* _:
- *     This macro is used to declare function parameters for folks who want
- *     to make declarations with prototypes using a different style than
- *     the above macros.  Use double parentheses.  For example:
- *
- *             int main _((int argc, char *argv[]));
- */
 #define        CAN_PROTOTYPE   /**/
-#ifdef CAN_PROTOTYPE
-#define        _(args) args    /* config-skip */
-#else
-#define        _(args) ()              /* config-skip */       
-#endif
 
 /* RANDBITS:
  *     This symbol contains the number of bits of random number the rand()