diff options
author | vi117747 <none@none> | 2006-10-09 22:45:27 -0700 |
---|---|---|
committer | vi117747 <none@none> | 2006-10-09 22:45:27 -0700 |
commit | e9e6683ef64d821a41efddeac8f11758962c0643 (patch) | |
tree | b8293eda462870d4cb4f2d8b8bf22c7a5a8d1dd5 /usr/src/lib/libsip/common/sip.h | |
parent | 5cc8e69259cd16905b999e282199745ea8a607e4 (diff) | |
download | illumos-gate-e9e6683ef64d821a41efddeac8f11758962c0643.tar.gz |
6461142 Integrate SIP in Solaris (fix lint)
Diffstat (limited to 'usr/src/lib/libsip/common/sip.h')
-rw-r--r-- | usr/src/lib/libsip/common/sip.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/usr/src/lib/libsip/common/sip.h b/usr/src/lib/libsip/common/sip.h index 29f0731aff..1a3b97c4bd 100644 --- a/usr/src/lib/libsip/common/sip.h +++ b/usr/src/lib/libsip/common/sip.h @@ -33,13 +33,6 @@ extern "C" { #endif -#define _XPG4_2 -#define __EXTENSIONS__ - -#ifndef DEBUG -#define NDEBUG 1 -#endif - #include <stdio.h> #include <stdlib.h> #include <ctype.h> |