~ubuntu-branches/ubuntu/trusty/sidplay-libs/trusty

« back to all changes in this revision

Viewing changes to libsidplay/unix/sidint.h

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2012-02-06 23:39:26 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120206233926-m05wzpz6kpqgm9dq
Tags: 2.1.1-12
* Use '3.0 (quilt)' source format, separate previous fixes to individual
  patches.
* Re-create autotools files (closes: #535938).
* Remove *.la files (closes: #657796).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _UNIX_SIDINT_H
2
 
#define _UNIX_SIDINT_H 1
3
 
#ifndef _GENERATED_STDINT_H
4
 
#define _GENERATED_STDINT_H "libsidplay 2.1.1"
5
 
/* generated using a gnu compiler version x86_64-linux-gnu-gcc (Debian 4.3.4-2) 4.3.4 Copyright (C) 2008 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