src/config.h.in
author Tero Marttila <terom@fixme.fi>
Fri, 16 Jan 2009 22:03:49 +0200
changeset 400 d64bf28c4340
parent 397 13fa0546ef87
child 417 c503e0c6a740
permissions -rw-r--r--
more documentation tweaking, all Network/ files now have a @file comment. Fix Platform.h -> Platform.hh, and Buffer.hh + Packet.cc
#ifndef @PROJECT_SHORT_NAME@_CONFIG_H
#define @PROJECT_SHORT_NAME@_CONFIG_H

/* Note: CMake autogenerates build/src/config.h from src/config.h.in */
/* #include "config.h" to use the generated file */

#define PROJECT_DATA_DIR "@PROJECT_DATA_DIR@"
#define PROJECT_SHORT_NAME "@PROJECT_SHORT_NAME@"
#define PROJECT_LONG_NAME "@PROJECT_LONG_NAME@"

/*
 * Defined in version.c:
 */
extern const char *PROJECT_VERSION, *PROJECT_BUILD_TIMESTAMP;

#endif