Rev | Line | |
---|
[4] | 1 | /* Vector/defs.h.in. Generated from configure.in by autoheader. */
|
---|
| 2 |
|
---|
| 3 | #ifndef VECTOR_DEFS_H
|
---|
| 4 | #define VECTOR_DEFS_H
|
---|
| 5 |
|
---|
| 6 | /* Name of package */
|
---|
| 7 | #ifndef PACKAGE
|
---|
| 8 | #undef PACKAGE
|
---|
| 9 | #endif
|
---|
| 10 |
|
---|
| 11 | /* Define to the address where bug reports for this package should be sent. */
|
---|
| 12 | #ifndef PACKAGE_BUGREPORT
|
---|
| 13 | #undef PACKAGE_BUGREPORT
|
---|
| 14 | #endif
|
---|
| 15 |
|
---|
| 16 | /* Define to the full name of this package. */
|
---|
| 17 | #ifndef PACKAGE_NAME
|
---|
| 18 | #undef PACKAGE_NAME
|
---|
| 19 | #endif
|
---|
| 20 |
|
---|
| 21 | /* Define to the full name and version of this package. */
|
---|
| 22 | #ifndef PACKAGE_STRING
|
---|
| 23 | #undef PACKAGE_STRING
|
---|
| 24 | #endif
|
---|
| 25 |
|
---|
| 26 | /* Define to the one symbol short name of this package. */
|
---|
| 27 | #ifndef PACKAGE_TARNAME
|
---|
| 28 | #undef PACKAGE_TARNAME
|
---|
| 29 | #endif
|
---|
| 30 |
|
---|
| 31 | /* Define to the version of this package. */
|
---|
| 32 | #ifndef PACKAGE_VERSION
|
---|
| 33 | #undef PACKAGE_VERSION
|
---|
| 34 | #endif
|
---|
| 35 |
|
---|
| 36 | /* building with Visual C++ */
|
---|
| 37 | #undef USING_VISUAL
|
---|
| 38 |
|
---|
| 39 | /* Version number of package */
|
---|
| 40 | #ifndef VERSION
|
---|
| 41 | #undef VERSION
|
---|
| 42 | #endif
|
---|
| 43 |
|
---|
| 44 | #endif // VECTOR_DEFS_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.