Back to home page

darwin3

 
 

    


File indexing completed on 2024-12-17 18:38:13 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
d6c8672c92 Jean*0001 C     *==========================================================*
                0002 C     | SBO_OPTIONS.h
                0003 C     | o CPP options file for SBO package.
                0004 C     *==========================================================*
                0005 C     | Use this file for selecting options within the SBO
                0006 C     | package.
                0007 C     *==========================================================*
6060ec2938 Dimi*0008 
6d54cf9ca1 Ed H*0009 #ifndef SBO_OPTIONS_H
                0010 #define SBO_OPTIONS_H
                0011 #include "PACKAGES_CONFIG.h"
6060ec2938 Dimi*0012 #include "CPP_OPTIONS.h"
                0013 
d6c8672c92 Jean*0014 #ifdef ALLOW_SBO
                0015 C     Package-specific Options & Macros go here
6060ec2938 Dimi*0016 
f6bfe3bad8 Alis*0017 #endif /* ALLOW_SBO */
6d54cf9ca1 Ed H*0018 #endif /* SBO_OPTIONS_H */
                0019