~ubuntu-branches/ubuntu/natty/ntop/natty

« back to all changes in this revision

Viewing changes to myrrd/gdlucidan10.h

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2005-01-30 21:59:13 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050130215913-xc3ke963bw49b3k4
Tags: 2:3.0-5
* Updated README.Debian file so users will understand what to do at
  install, closes: #291794, #287802.
* Updated ntop init script to give better output.
* Also changed log directory from /var/lib/ntop to /var/log/ntop,
  closes: #252352.
* Quoted the interface list to allow whitespace, closes: #267248.
* Added a couple of logcheck ignores, closes: #269321, #269319.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef _GDLUCIDAN10_H_
 
3
#define _GDLUCIDAN10_H_ 1
 
4
 
 
5
/*
 
6
        This is a header file for gd font, generated using
 
7
        bdftogd version 0.51 by Jan Pazdziora, adelton@fi.muni.cz
 
8
        from bdf font
 
9
        -B&H-LucidaTypewriter-Medium-R-Normal-Sans-10-100-75-75-M-60-ISO8859-1
 
10
        at Tue Jul 13 15:33:56 1999.
 
11
        The original bdf was holding following copyright:
 
12
        "Copyright Bigelow & Holmes 1986, 1985."
 
13
 */
 
14
 
 
15
 
 
16
#include "gd.h"
 
17
 
 
18
extern gdFontPtr gdLucidaNormal10;
 
19
 
 
20
#endif
 
21