tMissing defines for sys/stat.h and sys/types.h added - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f04fe6772b528f378c3179f7652486374c86d707
 (DIR) parent 4bc2e6b0bfd17f4dc1617a11f9da139b73f91df9
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon, 25 Feb 2002 18:15:03 +0000
       
       Missing defines for sys/stat.h and sys/types.h added
       
       
       Diffstat:
         M config.h.in                         |       6 ++++++
       
       1 file changed, 6 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/config.h.in b/config.h.in
       t@@ -199,9 +199,15 @@
        /* Define if you have the <sys/param.h> header file.  */
        #undef HAVE_SYS_PARAM_H
        
       +/* Define if you have the <sys/stat.h> header file.  */
       +#undef HAVE_SYS_STAT_H
       +
        /* Define if you have the <sys/time.h> header file.  */
        #undef HAVE_SYS_TIME_H
        
       +/* Define if you have the <sys/types.h> header file.  */
       +#undef HAVE_SYS_TYPES_H
       +
        /* Define if you have the <unistd.h> header file.  */
        #undef HAVE_UNISTD_H