You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /* config.h.in. */
- #ifndef CONFIG_H
- #define CONFIG_H
-
- /* Name of package */
- #define PACKAGE $PACKAGE
-
- /* Define to the address where bug reports for this package should be sent. */
- #define PACKAGE_BUGREPORT "<jack-devel@jackaudio.org>"
-
- #define ADDON_DIR "$ADDON_DIR"
-
- #define JACK_LOCATION "$JACK_LOCATION"
-
- #define JACK_SVNREVISION "$JACK_SVNREVISION"
-
- #endif // CONFIG_H
|