]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/engine/variable.h
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / build / src / engine / variable.h
index ddb452bc1e99dbac4e4145dff9c3c54b19df5dce..948ac3432adb2a86b084acd3d1c44d5c66c74b3d 100644 (file)
 #ifndef VARIABLE_SW20111119_H
 #define VARIABLE_SW20111119_H
 
+#include "config.h"
 #include "lists.h"
 #include "object.h"
 
 
 struct module_t;
 
-void   var_defines( struct module_t *, char * const * e, int preprocess );
+void   var_defines( struct module_t *, const char * const * e, int preprocess );
 LIST * var_get( struct module_t *, OBJECT * symbol );
 void   var_set( struct module_t *, OBJECT * symbol, LIST * value, int flag );
 LIST * var_swap( struct module_t *, OBJECT * symbol, LIST * value );