Go to the source code of this file.
◆ ADNS_VERSION_STRING
#define ADNS_VERSION_STRING "1.0" |
◆ COPYRIGHT_MESSAGE
Value: "Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>\n" \
"Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>\n" \
"This is free software; see the source for copying conditions. There is NO\n" \
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
Definition at line 33 of file client.h.
◆ VERSION_MESSAGE
◆ VERSION_PRINT_QUIT
Value:
perror(
program ": write version message"); \
quitnow(-1); \
} \
quitnow(0);
#define VERSION_MESSAGE(program)
_Check_return_opt_ _CRTIMP int __cdecl fputs(_In_z_ const char *_Str, _Inout_ FILE *_File)
_Check_return_opt_ _CRTIMP int __cdecl fclose(_Inout_ FILE *_File)
Definition at line 42 of file client.h.
◆ quitnow()