Lines Matching defs:SONAME
12 // Define SONAME to have the build system put a specific SONAME into the
13 // shared library instead the generic SONAME generated from the V8 version
15 #define SONAME ""
26 const char* Version::soname_ = SONAME;
41 // Calculate the SONAME for the V8 shared library.
44 // Generate generic SONAME if no specific SONAME is defined.
54 // Use specific SONAME.
59 #undef SONAME