mirror of
https://github.com/nmap/nmap.git
synced 2025-12-25 08:59:01 +00:00
Upgrade libpcap to 1.10.4
This commit is contained in:
@@ -45,7 +45,12 @@
|
||||
* namespace to the maximum extent possible"?
|
||||
*/
|
||||
#if defined(sun) || defined(__sun)
|
||||
#define __EXTENSIONS__
|
||||
/*
|
||||
* On Solaris Clang defines __EXTENSIONS__ automatically.
|
||||
*/
|
||||
#ifndef __EXTENSIONS__
|
||||
#define __EXTENSIONS__
|
||||
#endif
|
||||
|
||||
/*
|
||||
* We also need to define _XPG4_2 in order to get
|
||||
|
||||
Reference in New Issue
Block a user