Changeset 1167 for 1.8.3/trunk/confmagic.h
- Timestamp:
- 12/28/07 19:57:17 (8 months ago)
- Files:
-
- 1.8.3/trunk/confmagic.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/trunk/confmagic.h
r1032 r1167 13 13 #define _confmagic_h_ 14 14 15 /* 15 #define inline __inline 16 17 /* 16 18 * (which isn't exportable from the U.S.), then don't encrypt 17 19 */ … … 55 57 #endif 56 58 59 #if defined(HAVE_POLLTS) && !defined(HAVE_PPOLL) 60 /* Linux's ppoll() is identical to NetBSD's pollts() in all but name. */ 61 #define ppoll pollts 62 #define HAVE_PPOLL 57 63 #endif 64 65 #endif
