1 /* To be included at the top of config.h (by autoheader). Avoid
2    warnings for redefining AH-generated preprocessor symbols of
3    Octave. */
4 
5 #ifdef PACKAGE_BUGREPORT
6 #undef PACKAGE_BUGREPORT
7 #endif
8 
9 #ifdef PACKAGE_NAME
10 #undef PACKAGE_NAME
11 #endif
12 
13 #ifdef PACKAGE_STRING
14 #undef PACKAGE_STRING
15 #endif
16 
17 #ifdef PACKAGE_TARNAME
18 #undef PACKAGE_TARNAME
19 #endif
20 
21 #ifdef PACKAGE_URL
22 #undef PACKAGE_URL
23 #endif
24 
25 #ifdef PACKAGE_VERSION
26 #undef PACKAGE_VERSION
27 #endif
28