ext/bsdjail.h
branchmahlon-misc
changeset 11 e908d309e7ec
parent 10 b1426511fb64
equal deleted inserted replaced
10:b1426511fb64 11:e908d309e7ec
     1 /*
     1 /*
     2  *  bsdjail.h - Header for the bsdjail extension
     2  *  bsdjail.h - Header for the bsdjail extension
       
     3  *
       
     4  *  vim: set nosta noet ts=4 sw=4:
       
     5  *
     3  *  $Id$
     6  *  $Id$
     4  *  
     7  *  
     5  *  Authors:
     8  *  Authors:
     6  *    * Michael Granger <ged@FaerieMUD.org>
     9  *    * Michael Granger <ged@FaerieMUD.org>
     7  *    * Mahlon E. Smith <mahlon@martini.nu>
    10  *    * Mahlon E. Smith <mahlon@martini.nu>
    37  */
    40  */
    38 
    41 
    39 #ifndef _BSDJAIL_H_
    42 #ifndef _BSDJAIL_H_
    40 #define _BSDJAIL_H_
    43 #define _BSDJAIL_H_
    41 
    44 
       
    45 #include <ruby.h>
       
    46 #include <intern.h>				/* For rb_dbl2big() */
    42 
    47 
    43 #include <stdio.h>
    48 #include <stdio.h>
    44 #include <sys/param.h>
    49 #include <sys/param.h>
    45 #include <sys/jail.h>
    50 #include <sys/jail.h>
    46 #include <sys/types.h>
    51 #include <sys/types.h>
    47 #include <unistd.h>
    52 #include <unistd.h>
    48 
    53 #include <arpa/inet.h>
    49 #include <ruby.h>
    54 #include <errno.h>
    50 #include <intern.h>				/* For rb_dbl2big() */
    55 #include <limits.h>
    51 
    56 
    52 
    57 
    53 /* Debugging functions/macros */
    58 /* Debugging functions/macros */
    54 #ifdef HAVE_STDARG_PROTOTYPES
    59 #ifdef HAVE_STDARG_PROTOTYPES
    55 #include <stdarg.h>
    60 #include <stdarg.h>