CMSC23700 Common Code Library
Support code for CS23700 programming projects
Loading...
Searching...
No Matches
cs237-config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CS237_BINARY_DIR   "/Users/jhr/Classes/23700/f2023/solutions/build"
 the path to the root of the build directory
 
#define CS237_SOURCE_DIR   "/Users/jhr/Classes/23700/f2023/solutions"
 the path to the root of the source directory
 
#define INCLUDE_STRINGS_H   <strings.h>
 if <strings.h> is available and needed for strncasecmp
 
#define HAVE_STRNCASECMP
 is strncasecmp available?
 

Detailed Description

Generated configuration file

Author
John Reppy

Macro Definition Documentation

◆ CS237_BINARY_DIR

#define CS237_BINARY_DIR   "/Users/jhr/Classes/23700/f2023/solutions/build"

the path to the root of the build directory

◆ CS237_SOURCE_DIR

#define CS237_SOURCE_DIR   "/Users/jhr/Classes/23700/f2023/solutions"

the path to the root of the source directory

◆ HAVE_STRNCASECMP

#define HAVE_STRNCASECMP

is strncasecmp available?

◆ INCLUDE_STRINGS_H

#define INCLUDE_STRINGS_H   <strings.h>

if <strings.h> is available and needed for strncasecmp