ANN  0.1.1.5
A library containing multiple neural network models written in C
config.h File Reference

Config control file. More...

#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <unistd.h>
#include <math.h>
#include <malloc.h>
#include <time.h>
#include <sys/types.h>
#include <string.h>
#include <graphviz/gvc.h>
+ Include dependency graph for config.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _GNU_SOURCE
 
#define HAVE_STDLIB_H
 
#define HAVE_STDIO_H
 
#define HAVE_STDARG_H
 
#define HAVE_UNISTD_H
 
#define HAVE_MATH_H
 
#define HAVE_MALLOC_H
 
#define HAVE_TIME_H
 
#define HAVE_SYS_TIME_H
 
#define HAVE_SYS_TYPES_H
 
#define HAVE_STRING_H
 
#define HAVE_SRAND
 
#define HAVE_RAND
 
#define HAVE_SRAND48
 
#define HAVE_PRINTF
 
#define HAVE_SPRINTF
 
#define HAVE_SNPRINTF
 
#define HAVE_VSNPRINTF
 
#define HAVE_ASPRINTF
 
#define HAVE_VASPRINTF
 
#define HAVE_GRAPHVIZ_GVC_H
 
#define HAVE_GRAPHVIZ_CGRAPH_H
 
#define HAVE_SSIZE_T
 
#define HAVE_SIZE_T
 

Detailed Description

Config control file.

Author
Cedric FARINAZZO
Version
0.1
Date
30 may 2019

Definition in file config.h.

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE

Definition at line 13 of file config.h.

◆ HAVE_ASPRINTF

#define HAVE_ASPRINTF

Definition at line 49 of file config.h.

◆ HAVE_GRAPHVIZ_CGRAPH_H

#define HAVE_GRAPHVIZ_CGRAPH_H

Definition at line 52 of file config.h.

◆ HAVE_GRAPHVIZ_GVC_H

#define HAVE_GRAPHVIZ_GVC_H

Definition at line 51 of file config.h.

◆ HAVE_MALLOC_H

#define HAVE_MALLOC_H

Definition at line 32 of file config.h.

◆ HAVE_MATH_H

#define HAVE_MATH_H

Definition at line 31 of file config.h.

◆ HAVE_PRINTF

#define HAVE_PRINTF

Definition at line 45 of file config.h.

◆ HAVE_RAND

#define HAVE_RAND

Definition at line 42 of file config.h.

◆ HAVE_SIZE_T

#define HAVE_SIZE_T

Definition at line 58 of file config.h.

◆ HAVE_SNPRINTF

#define HAVE_SNPRINTF

Definition at line 47 of file config.h.

◆ HAVE_SPRINTF

#define HAVE_SPRINTF

Definition at line 46 of file config.h.

◆ HAVE_SRAND

#define HAVE_SRAND

Definition at line 41 of file config.h.

◆ HAVE_SRAND48

#define HAVE_SRAND48

Definition at line 43 of file config.h.

◆ HAVE_SSIZE_T

#define HAVE_SSIZE_T

Definition at line 57 of file config.h.

◆ HAVE_STDARG_H

#define HAVE_STDARG_H

Definition at line 29 of file config.h.

◆ HAVE_STDIO_H

#define HAVE_STDIO_H

Definition at line 28 of file config.h.

◆ HAVE_STDLIB_H

#define HAVE_STDLIB_H

Definition at line 27 of file config.h.

◆ HAVE_STRING_H

#define HAVE_STRING_H

Definition at line 36 of file config.h.

◆ HAVE_SYS_TIME_H

#define HAVE_SYS_TIME_H

Definition at line 34 of file config.h.

◆ HAVE_SYS_TYPES_H

#define HAVE_SYS_TYPES_H

Definition at line 35 of file config.h.

◆ HAVE_TIME_H

#define HAVE_TIME_H

Definition at line 33 of file config.h.

◆ HAVE_UNISTD_H

#define HAVE_UNISTD_H

Definition at line 30 of file config.h.

◆ HAVE_VASPRINTF

#define HAVE_VASPRINTF

Definition at line 50 of file config.h.

◆ HAVE_VSNPRINTF

#define HAVE_VSNPRINTF

Definition at line 48 of file config.h.