1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
/* config.h. Generated by configure. */
/* config.h.in --- lightlab, Copyright (c) 2002 Jamie Zawinski.
*
* The best way to set these parameters is by running the included `configure'
* script. That examines your system, and generates `config.h' from
* `config.h.in'.
*
* If something goes very wrong, you can edit `config.h' directly, but beware
* that your changes will be lost if you ever run `configure' again.
*/
/* Define this if you have Gtk.
*/
#define HAVE_GTK 1
/* Define this if you have OpenGL.
*/
#define HAVE_GL 1
/* Define this if you have OpenGL, but it's the MesaGL variant.
*/
#define HAVE_MESA_GL 1
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
#define HAVE_SYS_WAIT_H 1
/* Define as __inline if that's what the C compiler calls it. */
#define inline __inline__
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
|