Skip to content

Commit

Permalink
Optimize config.h to avoid config.h conflicts with other libraries
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
  • Loading branch information
Jianhui Zhao committed Jan 18, 2018
1 parent 82b2e3e commit 9ab0fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef _CONFIG_H
#define _CONFIG_H
#ifndef _UWSC_CONFIG_H
#define _UWSC_CONFIG_H

#define UWSC_VERSION_MAJOR @UWSC_VERSION_MAJOR@
#define UWSC_VERSION_MINOR @UWSC_VERSION_MINOR@
Expand Down

0 comments on commit 9ab0fdb

Please sign in to comment.