~ubuntu-branches/debian/lenny/italc/lenny

« back to all changes in this revision

Viewing changes to common/ivs/rfb/rfbint.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-06-17 13:46:54 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080617134654-cl0gi4u524cv1ici
Tags: 1:1.0.9~rc3-1
* Package new upstream version
  - upstream ported the code to qt4.4 (Closes: #481974)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _RFB_RFBINT_H
2
 
#define _RFB_RFBINT_H 1
3
 
#ifndef _GENERATED_STDINT_H
4
 
#define _GENERATED_STDINT_H "x11vnc 0.6.2"
5
 
/* generated using a gnu compiler version gcc (GCC) 3.4.2 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */
6
 
 
7
 
#include <stdint.h>
8
 
 
9
 
 
10
 
/* system headers have good uint64_t */
11
 
#ifndef _HAVE_UINT64_T
12
 
#define _HAVE_UINT64_T
13
 
#endif
14
 
 
15
 
  /* once */
16
 
#endif
17
 
#endif