~ubuntu-branches/ubuntu/trusty/vanessa-logger/trusty-proposed

« back to all changes in this revision

Viewing changes to sample/vanessa_logger_sample_config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Simon Horman
  • Date: 2001-06-28 18:14:14 UTC
  • Revision ID: james.westby@ubuntu.com-20010628181414-wm88moh520kfsqfc
Tags: 0.0.2-1
See ChangeLog

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**********************************************************************
 
2
 * vanessa_logger_sample_config.h.in                      September 2000
 
3
 * Horms                                             horms@vergenet.net
 
4
 *
 
5
 * Configurable .h file specific to vanessa_socket_sample
 
6
 *
 
7
 * vanessa_logger
 
8
 * Generic logging layer
 
9
 * Copyright (C) 2000  Horms
 
10
 * 
 
11
 * This library is free software; you can redistribute it and/or
 
12
 * modify it under the terms of the GNU Lesser General Public License
 
13
 * as published by the Free Software Foundation; either version 2 of
 
14
 * the License, or (at your option) any later version.
 
15
 * 
 
16
 * This library is distributed in the hope that it will be useful, but
 
17
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 
18
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
19
 * Lesser General Public License for more details.
 
20
 * 
 
21
 * You should have received a copy of the GNU Lesser General Public
 
22
 * License along with this library; if not, write to the Free Software
 
23
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 
24
 * 02111-1307 USA
 
25
 *
 
26
 **********************************************************************/
 
27
 
 
28
#ifndef CONFIG_I_BABS
 
29
#define CONFIG_I_BABS
 
30
 
 
31
#define VERSION "@VERSION@"
 
32
 
 
33
#endif