18 lines
547 B
C
Executable File
18 lines
547 B
C
Executable File
#ifndef _RFB_RFBINT_H
|
|
#define _RFB_RFBINT_H 1
|
|
#ifndef _GENERATED_STDINT_H
|
|
#define _GENERATED_STDINT_H "LibVNCServer 0.9.7"
|
|
/* generated using a gnu compiler version gcc (GCC) 3.3.5 (Debian 1:3.3.5-8) Copyright (C) 2003 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. */
|
|
|
|
#include <stdint.h>
|
|
|
|
|
|
/* system headers have good uint64_t */
|
|
#ifndef _HAVE_UINT64_T
|
|
#define _HAVE_UINT64_T
|
|
#endif
|
|
|
|
/* once */
|
|
#endif
|
|
#endif
|