mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-18 17:57:39 +03:00
Complies to DCL37-C (Issue 59)
This commit is contained in:
parent
e511534b57
commit
555005f455
4
common.h
4
common.h
@ -1,5 +1,5 @@
|
|||||||
#ifndef __COMMON_H_
|
#ifndef COMMON_H
|
||||||
#define __COMMON_H_
|
#define COMMON_H
|
||||||
|
|
||||||
/* FD_SETSIZE is 64 on Cygwin, which is really low. Just redefining it is
|
/* FD_SETSIZE is 64 on Cygwin, which is really low. Just redefining it is
|
||||||
* enough for the macros to adapt (http://support.microsoft.com/kb/111855)
|
* enough for the macros to adapt (http://support.microsoft.com/kb/111855)
|
||||||
|
@ -40,8 +40,8 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
if [ $QUIET -ne 1 ]; then
|
if [ $QUIET -ne 1 ]; then
|
||||||
printf "#ifndef _VERSION_H_ \n"
|
printf "#ifndef VERSION_H \n"
|
||||||
printf "#define _VERSION_H_ \n\n"
|
printf "#define VERSION_H \n\n"
|
||||||
printf "#define VERSION \"$release\"\n"
|
printf "#define VERSION \"$release\"\n"
|
||||||
printf "#endif\n"
|
printf "#endif\n"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user