unify header file style

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
main
Jianhui Zhao 2018-01-05 22:34:48 +08:00
parent c9252d78e4
commit 136967659a
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _UHTTPD_CONFIG_H
#define _UHTTPD_CONFIG_H
#ifndef _CONFIG_H
#define _CONFIG_H
#define UHTTPD_VERSION_MAJOR @UHTTPD_VERSION_MAJOR@
#define UHTTPD_VERSION_MINOR @UHTTPD_VERSION_MINOR@