PennMUSH Community
Show
Ignore:
Timestamp:
12/28/07 19:57:17 (8 months ago)
Author:
shawnw
Message:

Merge devel into trunk for p6 release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/confmagic.h

    r1032 r1167  
    1313#define _confmagic_h_ 
    1414 
    15  /* 
     15#define inline __inline 
     16 
     17/* 
    1618 * (which isn't exportable from the U.S.), then don't encrypt 
    1719 */ 
     
    5557#endif 
    5658 
     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 
    5763#endif 
     64 
     65#endif