File: nmap_winconfig.h

package info (click to toggle)
nmap 2.54.31.BETA-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,724 kB
  • ctags: 5,465
  • sloc: ansic: 29,313; sh: 4,192; cpp: 2,751; makefile: 592; lex: 339; yacc: 263
file content (56 lines) | stat: -rw-r--r-- 3,633 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/***********************************************************************/
/* nmap_winconfig.h -- Since the Windows port is currently eschewing   */
/* autoconf-style configure scripts, nmap_winconfig.h contains the     */
/* platform-specific definitions for Windows and is used as a          */
/* replacement for config.h                                            */
/*                                                                     */
/***********************************************************************/
/*  The Nmap Security Scanner is (C) 1995-2001 Insecure.Com LLC. This  */
/*  program is free software; you can redistribute it and/or modify    */
/*  it under the terms of the GNU General Public License as published  */
/*  by the Free Software Foundation; Version 2.  This guarantees your  */
/*  right to use, modify, and redistribute this software under certain */
/*  conditions.  If this license is unacceptable to you, we may be     */
/*  willing to sell alternative licenses (contact sales@insecure.com). */
/*                                                                     */
/*  If you received these files with a written license agreement       */
/*  stating terms other than the (GPL) terms above, then that          */
/*  alternative license agreement takes precendence over this comment. */
/*                                                                     */
/*  Source is provided to this software because we believe users have  */
/*  a right to know exactly what a program is going to do before they  */
/*  run it.  This also allows you to audit the software for security   */
/*  holes (none have been found so far).                               */
/*                                                                     */
/*  Source code also allows you to port Nmap to new platforms, fix     */
/*  bugs, and add new features.  You are highly encouraged to send     */
/*  your changes to fyodor@insecure.org for possible incorporation     */
/*  into the main distribution.  By sending these changes to Fyodor or */
/*  one the insecure.org development mailing lists, it is assumed that */
/*  you are offering Fyodor the unlimited, non-exclusive right to      */
/*  reuse, modify, and relicense the code.  This is important because  */
/*  the inability to relicense code has caused devastating problems    */
/*  for other Free Software projects (such as KDE and NASM).  Nmap     */
/*  will always be available Open Source.  If you wish to specify      */
/*  special license conditions of your contributions, just say so      */
/*  when you send them.                                                */
/*                                                                     */
/*  This program is distributed in the hope that it will be useful,    */
/*  but WITHOUT ANY WARRANTY; without even the implied warranty of     */
/*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  */
/*  General Public License for more details (                          */
/*  http://www.gnu.org/copyleft/gpl.html ).                            */
/*                                                                     */
/***********************************************************************/

/* $Id: nmap_winconfig.h,v 1.15 2001/10/14 10:52:23 fyodor Exp $ */

#ifndef NMAP_WINCONFIG_H
#define NMAP_WINCONFIG_H

#define NMAP_VERSION "2.54BETA31"
#define NMAP_NAME "nmap"
#define NMAP_URL "www.insecure.org/nmap"
#define NMAP_PLATFORM "i686-pc-windows-windows"
#define NMAPDATADIR "c:\nmap" /* FIXME: I really need to make this dynamic */
#endif /* NMAP_WINCONFIG_H */