tMake sure that HAVE_STDLIB_H gets defined. - 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 f1cdb41007fd97ff3d6d3e2a29e63730bce50517
 (DIR) parent 9f38d6428b4c27d50605afd17c9abb13d351ee94
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Sun, 29 Mar 2015 00:07:45 -0700
       
       Make sure that HAVE_STDLIB_H gets defined.
       
       Diffstat:
         M config-cmake.h.in                   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config-cmake.h.in b/config-cmake.h.in
       t@@ -97,7 +97,7 @@
        #undef HAVE_STDINT_H
        
        /* Define to 1 if you have the <stdlib.h> header file. */
       -#undef HAVE_STDLIB_H
       +#cmakedefine HAVE_STDLIB_H
        
        /* Define to 1 if you have the `strdup' function. */
        #undef HAVE_STRDUP