Show
Ignore:
Timestamp:
03/23/08 00:33:22 (8 months ago)
Author:
edmanm
Message:

r259@lysithea: edmanm | 2008-03-23 00:33:18 -0400
Don't bother configuring vidalia.h. We'll just put the version in config.h and
include that instead.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/config.h.in

    r2444 r2445  
     1## 
     2##  $Id: $ 
     3##  
     4##  This file is part of Vidalia, and is subject to the license terms in the  
     5##  LICENSE file, found in the top level directory of this distribution. If   
     6##  you did not receive the LICENSE file with this file, you may obtain it 
     7##  from the Vidalia source package distributed by the Vidalia Project at 
     8##  http://www.vidalia-project.net/. No part of Vidalia, including this file, 
     9##  may be copied, modified, propagated, or distributed except according to 
     10##  the terms described in the LICENSE file. 
     11## 
     12 
     13#ifndef _CONFIG_H 
     14#define _CONFIG_H 
     15 
     16#define VIDALIA_VERSION    "@VERSION@" 
    117 
    218#cmakedefine HAVE_QSSLSOCKET_H 
     
    1026#cmakedefine SIZEOF_INT @SIZEOF_INT@ 
    1127 
     28#endif 
     29