File: config.h

package info (click to toggle)
slsc 0.2.3-4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 468 kB
  • ctags: 707
  • sloc: ansic: 6,656; yacc: 394; makefile: 105; lisp: 71; sed: 4
file content (52 lines) | stat: -rw-r--r-- 937 bytes parent folder | download | duplicates (3)
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
/* src/sysconf.h.  Generated automatically by configure.  */
/* -*- C -*- */

#ifndef SLSC_CONFIG_H
#define SLSC_CONFIG_H

/* define if you have stdlib.h */
#define HAVE_STDLIB_H 1

/* define if you have unistd.h */
#define HAVE_UNISTD_H 1

/* define if you have memory.h */
#define HAVE_MEMORY_H 1

/* define if you have malloc.h */
#define HAVE_MALLOC_H 1

/* define if you have memset */
#define HAVE_MEMSET 1

/* define if you have memcpy */
#define HAVE_MEMCPY 1

/* define if you have this. */
#define HAVE_GETCWD 1

#define HAVE_DIRENT_H 1
/* #undef HAVE_SYS_NDIR_H */
/* #undef HAVE_SYS_DIR_H */
/* #undef HAVE_NDIR_H */

/* #undef mode_t */
/* #undef pid_t */
/* #undef uid_t */
/* #undef pid_t */

/* This is for AIX */
#ifdef  _ALL_SOURCE
/* # undef _ALL_SOURCE */
#endif

#ifdef _AIX
# ifndef _POSIX_SOURCE
#  define _POSIX_SOURCE
# endif
# ifndef _ALL_SOURCE
#  define _ALL_SOURCE
# endif
#endif

#endif /* SLSC_CONFIG_H */