File indexing completed on 2018-03-02 18:45:39 UTC
view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
638be2905b Patr*0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 #ifndef OPENAD_OPTIONS_H
0014 #define OPENAD_OPTIONS_H
0015 #include "PACKAGES_CONFIG.h"
0016 #include "CPP_OPTIONS.h"
0017
0018 #ifdef ALLOW_OPENAD
0019
57b21c88e4 Patr*0020 #undef ALLOW_OPENAD_ACTIVE_READ_XYZ
48ef8ad28f Patr*0021 #define ALLOW_OPENAD_ACTIVE_READ_XY
0022 #define ALLOW_OPENAD_ACTIVE_WRITE
638be2905b Patr*0023
0024 #endif /* ALLOW_OPENAD */
0025 #endif /* OPENAD_OPTIONS_H */