Changeset 603

Show
Ignore:
Timestamp:
07/29/07 09:32:39 (1 year ago)
Author:
plindner
Message:

Add ifdefs around config.h so we can get the windows port working soon

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/memcached.h

    r600 r603  
    22/* $Id$ */ 
    33 
     4#ifdef HAVE_CONFIG_H 
    45#include "config.h" 
     6#endif 
     7 
    58#include <sys/types.h> 
    69#include <sys/socket.h>