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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
/* conf.h. Generated from conf.h.in by configure. */
/*
* Copyright (c) 1999-2003 Smithsonian Astrophysical Observatory
*/
/* Define as 1 if you have string.h */
#define HAVE_STRING_H 1
/* Define as 1 if you have stdlib.h */
#define HAVE_STDLIB_H 1
/* Define as 1 if you have malloc.h */
#define HAVE_MALLOC_H 1
/* Define as 1 if you have unistd.h */
#define HAVE_UNISTD_H 1
/* Define as 1 if you have getopt.h */
#define HAVE_GETOPT_H 1
/* Define as 1 if you have pwd.h */
#define HAVE_PWD_H 1
/* Define as 1 if you have values.h */
#define HAVE_VALUES_H 1
/* Define as 1 if you have dlfcn.h */
#define HAVE_DLFCN_H 1
/* Define as 1 if you have sys/un.h */
#define HAVE_SYS_UN_H 1
/* Define as 1 if you have sys/shm.h */
#define HAVE_SYS_SHM_H 1
/* Define as 1 if you have sys/mman.h */
#define HAVE_SYS_MMAN_H 1
/* Define as 1 if you have sys/ipc.h */
#define HAVE_SYS_IPC_H 1
/* Define as 1 if you have setjmp.h */
#define HAVE_SETJMP_H 1
/* Define as 1 if you have socklen_t */
#define HAVE_SOCKLEN_T 1
/* Define as 1 if you have strchr */
#define HAVE_STRCHR 1
/* Define as 1 if you have memcpy */
#define HAVE_MEMCPY 1
/* Define as 1 if you have snprintf */
#define HAVE_SNPRINTF 1
/* Define as 1 if you have setenv */
#define HAVE_SETENV 1
/* Define as 1 if you have posix_spawn */
/* #undef HAVE_POSIX_SPAWN */
/* Define as 1 if you have crt_externs.h */
/* #undef HAVE_CRT_EXTERNS_H */
/* Define as 1 if you have NSGetEvniron */
/* #undef HAVE__NSGETENVIRON */
/* Define as 1 if you have atexit */
#define HAVE_ATEXIT 1
/* Define as 1 if you have pthread library */
/* #undef HAVE_LIBPTHREAD */
/* Define as 1 if you need reentrant errno, etc. */
/* #undef _REENTRANT */
/* Define as 1 if you have Tcl */
/* #undef HAVE_TCL */
/* Define as 1 if you have Xt */
#define HAVE_XT 1
/* Define as 1 if you have Gtk */
/* #undef HAVE_GTK */
/* Define as 1 if you are running Cygwin. */
/* #undef HAVE_CYGWIN */
/* Define as 1 if you are running MinGW. */
/* #undef HAVE_MINGW32 */
|