~ubuntu-branches/debian/sid/linuxdcpp/sid

« back to all changes in this revision

Viewing changes to client/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2006-01-17 19:00:19 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060117190019-ocif4p1j3d3r6wdb
Tags: 0.0.1.cvs20060116-1
* New Upstream Release
* Switched to cdbs
* Added patch to remove use of broken ia64 asm code 

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
// Changing this number will change the maximum number of simultaneous users
31
31
// we can handle (when using select)...
32
 
#define FD_SETSIZE 4096
 
32
//#define FD_SETSIZE 4096
33
33
 
34
34
// Remove this line if hashes are not available in your stl
35
35
#define HAVE_HASH 1
123
123
 
124
124
/**
125
125
 * @file
126
 
 * $Id: config.h,v 1.5 2005/06/25 19:24:03 paskharen Exp $
 
126
 * $Id: config.h,v 1.6 2006/01/13 15:51:54 paskharen Exp $
127
127
 */