~elementary-apps/pantheon-files/pantheon-files-plugin-dropbox

1
2
3
4
5
6
7
8
#ifndef H_CONFIG_H
#define H_CONFIG_H

#cmakedefine GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
#cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@"
#cmakedefine VERSION "@VERSION@"

#endif