mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-13 15:47:15 +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_
|
||||
#define __COMMON_H_
|
||||
#ifndef COMMON_H
|
||||
#define COMMON_H
|
||||
|
||||
/* 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)
|
||||
|
@ -40,8 +40,8 @@ fi
|
||||
|
||||
|
||||
if [ $QUIET -ne 1 ]; then
|
||||
printf "#ifndef _VERSION_H_ \n"
|
||||
printf "#define _VERSION_H_ \n\n"
|
||||
printf "#ifndef VERSION_H \n"
|
||||
printf "#define VERSION_H \n\n"
|
||||
printf "#define VERSION \"$release\"\n"
|
||||
printf "#endif\n"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user