| 12345678910 |
- /**
- * @file dtoolconfig.cxx
- * @author frang
- * @date 2001-01-09
- */
- // This is a dummy file whose sole purpose is to give the compiler something
- // to compile when making libdtoolconfig.so in NO_DEFER mode, which generates
- // an empty library that itself links with all the other shared libraries that
- // make up libdtoolconfig.
|